Skip to content

XLParser 1.2.0

Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 13 Sep 19:55
· 318 commits to master since this release
  • Made it easier to modify the grammar in your own class by extending the grammar class
  • Can now parse non-numeric filenames (=[file]Sheet!A1)
  • Parsing of the Prefix nonterminal is changed and is now a little bit more uniform. ExcelFormulaParser.GetPrefixInfo gives prefix information in an easy to use format.
  • Can now parse Structured References. See #16 for caveats.
  • You can now select the XLParser version to use in the web demo.