You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct variant:
var formula = require('excel-formula');
var formattedFormula = formula.formatFormula('IF(1+1=2,"true","false")');
console.log(formattedFormula); // incorrect var was
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: