joshbtn / excelFormulaUtilitiesJS

This library contains methods to beautify an excel formula. This library also contains functions to convert an excel formula to JavaScript (ECMAScript) or C# and python.
http://excelformulabeautifier.com/
Other
394 stars 101 forks source link

Mistake #102

Open Arhimagistr opened 1 year ago

Arhimagistr commented 1 year ago

U have a mistake in this block in the README: изображение

Correct variant: var formula = require('excel-formula'); var formattedFormula = formula.formatFormula('IF(1+1=2,"true","false")'); console.log(formattedFormula); // incorrect var was