From 632de691e82bb8466b506f963bfdcec9a70b2e98 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Thu, 17 Aug 2023 16:54:56 +0200 Subject: [PATCH] Version 1.7.0 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index 72e24a7..edb08ad 100644 --- a/src/XLParser/ExcelFormulaGrammar.cs +++ b/src/XLParser/ExcelFormulaGrammar.cs @@ -11,7 +11,7 @@ namespace XLParser /// /// Contains the XLParser grammar /// - [Language("Excel Formulas", "1.6.3", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.7.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 4ded620..0c24575 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,12 +6,13 @@ XLParser A parser for Excel formulas parser excel formula - 1.6.3.0 - 1.6.3.0 - 1.6.3.0 + 1.7.0.0 + 1.7.0.0 + 1.7.0.0 -- Fix: restrict row numbers in cell address (#167) -- Improve parser references, add parse tree node +- Target netstandard2.0 (#178) +- Fix: cannot parse table reference to whole row (#177) +- Fix: cannot parse table reference followed by sheet reference (#179) MPL-2.0 https://spreadsheetlab.github.io/XLParser