Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
  2. Mar 10, 2019
  3. Mar 13, 2019
  4. Feb 12, 2019
  5. Dec 07, 2018
  6. Dec 06, 2018
  7. Dec 04, 2018
  8. Nov 30, 2018
  9. Jul 03, 2018
  10. Apr 18, 2018
  11. Mar 23, 2018
  12. Mar 22, 2018
  13. Jul 03, 2018
  14. Jun 27, 2018
    • Zakaria Makrelouf's avatar
      [REF]main.py: fix generated VALUE formula in `__prepare_calc_formulas` function · 99d4b88d
      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.
      99d4b88d
  15. Jul 03, 2018
  16. Apr 10, 2018
  17. Jul 03, 2018
  18. Feb 08, 2018
  19. Feb 05, 2018
  20. Jan 31, 2018
  21. Feb 05, 2018
Loading