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

Formatting messes with formula #107

Open kingma-sbw opened 2 months ago

kingma-sbw commented 2 months ago

Formattibg =RUNDEN('Test BMZeugnis'!MITTELWERT([@[Erfahrungsnote Englisch]];[@[Fachprüfung Englisch]]);1)

results

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