Closed mo22 closed 7 years ago
Hi, when parsing a formula like A5 or =A1+B1 or anything that does not start with a function I get an error:
node_modules/excel-formula/src/ExcelFormulaUtilities.js:1117 switch (currentFunctionOnStack.name.toLowerCase()) { ^ TypeError: Cannot read property 'name' of undefined
Hi mo22,
I'll Check this out. Thanks.
This should now be fixed in the latest version 1.2.3
Hi, when parsing a formula like A5 or =A1+B1 or anything that does not start with a function I get an error: