Skip to content

XLParser 1.2.4

Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 07 Feb 15:44
· 278 commits to master since this release
  • Fixed several errors in which names/named ranges were allowed
    • Question marks are now allowed
    • Can now start with all unicode letters (e.g. =äbc)
    • Corrected characters which are allowed if the name starts with a cell name or TRUE/FALSE (e.g. =A1.MYNAME)
  • Allow for whitespace-only sheetnames (e.g. =' '!A1), altough they will always be returned as " " by PrefixInfo
  • Made some corrections in how multiple sheet references (=Sheet1:Sheet3!A1) are parsed
  • Removed escape sequences in strings (e.g. "Line1\nLine2") as these are not part of the Excel formula language
  • Added support for structured references to a complete table (e.g. =MyTable[])