From 2d35c2aac15cdd36a368ec2ba39999fc412585a3 Mon Sep 17 00:00:00 2001 From: Willem-Jan Meerkerk Date: Fri, 20 May 2022 10:47:28 +0200 Subject: [PATCH] Version 1.5.2 --- 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 4589423..5fe5113 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.5.1", "Grammar for Excel Formulas")] + [Language("Excel Formulas", "1.5.2", "Grammar for Excel Formulas")] public class ExcelFormulaGrammar : Grammar { #region 1-Terminals diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj index 0af6906..bc202b4 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.5.1.0 - 1.5.1.0 - 1.5.1.0 + 1.5.2.0 + 1.5.2.0 + 1.5.2.0 -- Support for multi range formulas (#98, #124) -- Fix: incorrect operator precedence -- Fix: MinLocation and MaxLocation of row/column references +- Improved parsing of external links with URLs (#137, #138, #140) +- Improved parsing of external links with network paths (#135, #142) MPL-2.0 https://spreadsheetlab.github.io/XLParser