Setting Formulas - Notice for Non-English Users

Notice for Non-English Users

There are two tips that non‑English users must follow when creating formulas with Aspose.Cells for Python via .NET:

  1. Formulas must be entered in English. For example, use the English “=SUM()” instead of the German “=SUMME()”.
  2. Always use a comma (,) to delimit function parameters. In some language options or settings, the delimiter for function parameters is a semicolon, but Aspose.Cells for Python via .NET uses the English‑style comma. For example, use “=IF(C5=0,0,C3/C4)” instead of “=IF(C5=0;0;C3/C4)”.