diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index 689498b..95c3be9 100644 --- a/src/XLParser/ExcelFormulaGrammar.cs +++ b/src/XLParser/ExcelFormulaGrammar.cs @@ -8,7 +8,7 @@ namespace XLParser /// /// Contains the XLParser grammar /// - [Language("Excel Formulas", "1.5.2", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.6.0", "Grammar for Excel Formulas")] public class ExcelFormulaGrammar : Grammar { #region 1-Terminals diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj index bc202b4..e1274a1 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,12 +6,14 @@ XLParser A parser for Excel formulas parser excel formula - 1.5.2.0 - 1.5.2.0 - 1.5.2.0 + 1.6.0.0 + 1.6.0.0 + 1.6.0.0 -- Improved parsing of external links with URLs (#137, #138, #140) -- Improved parsing of external links with network paths (#135, #142) +- Improved support for structured (table) references (#116, #132, #147) +- Add table specifiers and table columns in parser reference +- Fix: escape characters in external links (#136, #152) +- Fix: large range incorrectly parsed (#154, #156) MPL-2.0 https://spreadsheetlab.github.io/XLParser