LesterLyu / fast-formula-parser

Parse and evaluate MS Excel formula in javascript.
https://www.npmjs.com/package/fast-formula-parser
MIT License
454 stars 63 forks source link

Can Boolean functions return uppercase true/false #23

Closed rmdort closed 4 years ago

rmdort commented 4 years ago

To be consistent with Excel, Can boolean functions like ISNUMBER, ISEMPTY return uppercase TRUE|FALSE

Currently lowercase true is returned.

LesterLyu commented 4 years ago

Nope, Excel booleans are represented as true, false in JavaScript. https://github.com/LesterLyu/fast-formula-parser#formula-data-types-in-javascript