roelvandersteen
released this
- Added method for getting all references (to cells or ranges) included in formulas (thanks to aivaloglou)
- Fixed regression where the parse tree was used before testing if the parser was successful
- Updated Irony.NetCore from 1.0.10 to 1.0.11
Assets
2
roelvandersteen
released this
- Added sign assembly attributes and key file for strong named assemblies (thanks to greggbjensen)
- Fix the span position of the intersect operators (thanks to joerivv)
Assets
2
dhoepelman
released this
Changes between 1.3.1 and 1.3.4:
Assets
2
dhoepelman
released this
- Adds 122 built-in functions from Excel 2010-2016 and Office 365
Assets
2
dhoepelman
released this
- Build for .NET 4.5.2, 4.6.1 and standard 1.6, thanks igitur.
- Remove embedded Irony dependency in favor of daxnets updated fork.
Assets
2
dhoepelman
released this
- 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" "
byPrefixInfo
- 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[]
)
Assets
2
aivaloglou
released this
Adds support for special characters in structured references.