From b9a085da68b6db4eca8b26f06a26851b2f39f114 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Fri, 5 Aug 2022 14:09:47 +0200 Subject: [PATCH] Version 1.6.0 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) 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