This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Description
Your website works correct https://www.excelformulabeautifier.com/?numberOfSpaces=2 with this formula for example:
=ARRAYFORMULA(IFERROR(VLOOKUP(A11:A;'Уникальные подписчики'!C2:G;4;0);""))
I installed your package npm install excel-formula
But when i execute the code from block (Basic Usage for Node) in NODE it works just with simple formulas like as in example ('IF(1+1=2,"true","false")') but not with this one: =ARRAYFORMULA(IFERROR(VLOOKUP(A11:A;'List'!C2:G;4;0);""))
Can you help or may be it needs to update excel-formula in npm ??