Skip to content
Snippets Groups Projects
Commit 99d4b88d025a authored by Zakaria Makrelouf's avatar Zakaria Makrelouf
Browse files

[REF]main.py: fix generated VALUE formula in `__prepare_calc_formulas` function

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.
parent ca530fab3b03
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment