From 55563d16dc1cffc6bce8c82c3e28e09df982d463 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Thu, 14 Sep 2023 17:12:36 +0200 Subject: [PATCH] Version 1.7.1 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index edb08ad..83c65a1 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.7.0", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.7.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 0c24575..ae2141d 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,13 +6,12 @@ XLParser A parser for Excel formulas parser excel formula - 1.7.0.0 - 1.7.0.0 - 1.7.0.0 + 1.7.1.0 + 1.7.1.0 + 1.7.1.0 -- Target netstandard2.0 (#178) -- Fix: cannot parse table reference to whole row (#177) -- Fix: cannot parse table reference followed by sheet reference (#179) +- Fix: invalid parser reference for range with reference in function (#181) +- Support user defined functions in parser references (#182) MPL-2.0 https://spreadsheetlab.github.io/XLParser