From 4f59bec6228789af13ef08be8974ed363d408f3e Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Mon, 2 Dec 2024 16:35:16 +0100 Subject: [PATCH] Version 1.7.3 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index 8706a41..dba7f77 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.2", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.7.3", "Grammar for Excel Formulas")] public class ExcelFormulaGrammar : Grammar { #region 1-Terminals diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj index 15bde2c..6322279 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,11 +6,13 @@ XLParser A parser for Excel formulas parser excel formula - 1.7.2.0 - 1.7.2.0 - 1.7.2.0 + 1.7.3.0 + 1.7.3.0 + 1.7.3.0 -- Fix: exception for parser references of special ranges (#184) +- Allow numbers that start with decimal point (#191) +- Fixed issues related to external workbook url path (#195) +- Update packages to latest version (#196) MPL-2.0 https://spreadsheetlab.github.io/XLParser