From 128d8eec062ee22cad76c36e152bc5ac7a807588 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Tue, 7 Jan 2025 15:37:15 +0100 Subject: [PATCH] Version 1.7.4 --- src/XLParser/ExcelFormulaGrammar.cs | 2 +- src/XLParser/XLParser.csproj | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs index 85a36c4..62ce806 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.3", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.7.4", "Grammar for Excel Formulas")] public class ExcelFormulaGrammar : Grammar { #region 1-Terminals diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj index 6322279..bdb2b57 100644 --- a/src/XLParser/XLParser.csproj +++ b/src/XLParser/XLParser.csproj @@ -6,13 +6,15 @@ XLParser A parser for Excel formulas parser excel formula - 1.7.3.0 - 1.7.3.0 - 1.7.3.0 + 1.7.4.0 + 1.7.4.0 + 1.7.4.0 -- Allow numbers that start with decimal point (#191) -- Fixed issues related to external workbook url path (#195) -- Update packages to latest version (#196) +- Fix structured reference confused for filename (#199) +- Fix exclamation mark not recognized as unary operator (#203) +- Fix unable to parse .xls extension in file path (#204) +- Fix tilde in external workbook network path (#206) +- Fixed issues related to external workbook url path (#207) MPL-2.0 https://spreadsheetlab.github.io/XLParser