Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
  2. Mar 15, 2019
  3. Mar 14, 2019
  4. Mar 10, 2019
  5. Mar 13, 2019
  6. Feb 12, 2019
  7. Dec 07, 2018
  8. Dec 06, 2018
  9. Dec 04, 2018
  10. Nov 30, 2018
  11. Jul 03, 2018
  12. Apr 18, 2018
  13. Mar 23, 2018
  14. Mar 22, 2018
  15. Jul 03, 2018
  16. Jun 27, 2018
    • Zakaria Makrelouf's avatar
      [REF]main.py: fix generated VALUE formula in `__prepare_calc_formulas` function · 99d4b88d025a
      Zakaria Makrelouf authored
      If the Genshi expressions generates a number value (float or integer),
      the generated formula will be `=VALUE("1.1")` which is problematic if the
      user machine is configured to use a decimal separator different than the `.`.
      With this fix the generated formula will be `=VALUE(1.1)` (without the quotes)
      which is correctly handled with by the `.ods` format.
      99d4b88d025a
  17. Jul 03, 2018
  18. Apr 10, 2018
  19. Jul 03, 2018
Loading