Skip to content

XLParser 1.2.2

Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 06 Nov 10:22
· 299 commits to master since this release
  • Adds equality to PrefixInfo class
  • Fixes parse error if external reference file path contains a space (='C:\My Dir\[file.xlsx]Sheet'!A1)
  • ExcelFormulaParser.SkipToRelevant no longer skips references without a prefix.

    This is a breaking change, but the old behavior is arguably a bug. An argument is added to restore old behavior, defaults to new behavior.