Code Monkey home page Code Monkey logo

Comments (4)

wojciechczerniak avatar wojciechczerniak commented on June 14, 2024 1

Useful resources. Each workbook has worksheets with multiple tests.

All operators and types combinations:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/operator.xls

Bitwise:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/bitwise.xls

=ADDRESS() function:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/address.xls

=DATE() and other date functions:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/datefuns.xls

Other functions:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/dbfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/engfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/finfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/functions.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/logfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/lookfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/lookfuns2.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/statfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/mathfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/textfuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/infofuns.xls
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/trig.xls

Parsing text to value:
https://gitlab.gnome.org/GNOME/gnumeric/blob/master/samples/excel/complex-parsing.xls

from quality.

aninde avatar aninde commented on June 14, 2024

IF(A2=B2, "Yes", "No")
IF(A2<>B2, "No", "Yes")

from quality.

aninde avatar aninde commented on June 14, 2024

Simple tests were developed on the basis of the small group evaluator
https://www.oasis-open.org/committees/download.php/16826/openformula-spec-20060221.html

https://docs.oasis-open.org/office/OpenDocument/v1.3/csprd02/part4-formula/OpenDocument-v1.3-csprd02-part4-formula.html#__RefHeading__711846_826425813

and listed in https://github.com/handsontable/hyperformula/blob/conformance/test/conformance/small-group-evaluator.spec.ts

from quality.

aninde avatar aninde commented on June 14, 2024

Work on HyperFormula has been postponed, for now, so I am closing #1 for later reopening.

from quality.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.