From d7529fbb238c5cb4979cc09e60c840c15bfe2449 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Fri, 19 Aug 2022 14:02:41 +0200 Subject: [PATCH] Version 1.6.1 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index c38b5a5..ba6fe38 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.6.0", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.6.1", "Grammar for Excel Formulas")] public class ExcelFormulaGrammar : Grammar { #region 1-Terminals diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj index e1274a1..5803ab2 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,14 +6,12 @@ XLParser A parser for Excel formulas parser excel formula - 1.6.0.0 - 1.6.0.0 - 1.6.0.0 + 1.6.1.0 + 1.6.1.0 + 1.6.1.0 -- 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) +- Fix: missing rule in structured references grammar (#158) +- Improve intersection of table references (#160) MPL-2.0 https://spreadsheetlab.github.io/XLParser