Skip to content
Snippets Groups Projects
  1. Jul 03, 2018
  2. Apr 18, 2018
  3. Mar 23, 2018
  4. Mar 22, 2018
  5. Jul 03, 2018
  6. 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
  7. Jul 03, 2018
  8. Apr 10, 2018
  9. Jul 03, 2018
  10. Feb 08, 2018
  11. Feb 05, 2018
  12. Jan 31, 2018
  13. Feb 05, 2018
  14. Apr 17, 2018
  15. Apr 11, 2018
  16. Feb 06, 2018
  17. Jan 31, 2018
  18. Jan 18, 2018
  19. Jan 17, 2018
  20. Oct 19, 2017
  21. Oct 17, 2017
  22. Oct 16, 2017
  23. Oct 05, 2017
  24. Oct 03, 2017
Loading