Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 834 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 834 Bytes

Formula Parser Build Status Test Coverage hot-formula-parser

Library provides a Parser class that evaluates excel and mathematical formulas.


Improvements over the original Formula Parser

  • Support for all possible sheet references (cells and ranges). The sheet name is included in the callbacks as well.
  • Support for german umlauts.
  • Interpret whitespaces as 0 in numeric operations.
  • More detailed error handling.
  • ..