Skip to content

Commit fb9af41

Browse files
committed
Version 1.7.5
1 parent b54691c commit fb9af41

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/XLParser/ExcelFormulaGrammar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace XLParser
1111
/// <summary>
1212
/// Contains the XLParser grammar
1313
/// </summary>
14-
[Language("Excel Formulas", "1.7.4", "Grammar for Excel Formulas")]
14+
[Language("Excel Formulas", "1.7.5", "Grammar for Excel Formulas")]
1515
public class ExcelFormulaGrammar : Grammar
1616
{
1717
#region 1-Terminals

src/XLParser/XLParser.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
<PackageId>XLParser</PackageId>
77
<Description>A parser for Excel formulas</Description>
88
<PackageTags>parser excel formula</PackageTags>
9-
<AssemblyVersion>1.7.4.0</AssemblyVersion>
10-
<FileVersion>1.7.4.0</FileVersion>
11-
<Version>1.7.4.0</Version>
9+
<AssemblyVersion>1.7.5.0</AssemblyVersion>
10+
<FileVersion>1.7.5.0</FileVersion>
11+
<Version>1.7.5.0</Version>
1212
<PackageReleaseNotes>
13-
- Fix structured reference confused for filename (#199)
14-
- Fix exclamation mark not recognized as unary operator (#203)
15-
- Fix unable to parse .xls extension in file path (#204)
16-
- Fix tilde in external workbook network path (#206)
17-
- Fixed issues related to external workbook url path (#207)
13+
- Fix ignored start/end spaces in structured reference column name (#210)
14+
- Fix parse errors for structured references confused with filenames (#211)
15+
- Support quoted multiple sheet reference in parser references (#213)
1816
</PackageReleaseNotes>
1917
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
2018
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>

0 commit comments

Comments
 (0)