File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace XLParser
1111 /// <summary>
1212 /// Contains the XLParser grammar
1313 /// </summary>
14- [ Language ( "Excel Formulas" , "1.6.1 " , "Grammar for Excel Formulas" ) ]
14+ [ Language ( "Excel Formulas" , "1.6.2 " , "Grammar for Excel Formulas" ) ]
1515 public class ExcelFormulaGrammar : Grammar
1616 {
1717 #region 1-Terminals
Original file line number Diff line number Diff line change 66 <PackageId >XLParser</PackageId >
77 <Description >A parser for Excel formulas</Description >
88 <PackageTags >parser excel formula</PackageTags >
9- <AssemblyVersion >1.6.1 .0</AssemblyVersion >
10- <FileVersion >1.6.1 .0</FileVersion >
11- <Version >1.6.1 .0</Version >
9+ <AssemblyVersion >1.6.2 .0</AssemblyVersion >
10+ <FileVersion >1.6.2 .0</FileVersion >
11+ <Version >1.6.2 .0</Version >
1212 <PackageReleaseNotes >
13- - Fix: missing rule in structured references grammar (#158)
14- - Improve intersection of table references (#160)
13+ - Performance improvement: add prefixes to regex terminals (#161)
14+ - Performance improvement: new terminal for Excel functions (#163)
15+ - Fix: can't parse cell-like named range (#165)
1516 </PackageReleaseNotes >
1617 <PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
1718 <PackageProjectUrl >https://spreadsheetlab.github.io/XLParser</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments