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

Excel formulas are not formatted correctly #106

Open kingma-sbw opened 2 months ago

kingma-sbw commented 2 months ago

=RUNDEN(MITTELWERT([@[Erfahrungsnote Englisch]];[@[Fachprüfung Englisch]]);1)

is formatted as

=RUNDEN(
  MITTELWERT(
    [@[Erfahrungsnote Englisch]]
  ),
{ [@[Fachprüfung Englisch]]
  )
),
{ 1
)

which is not a excel expression