Hey there!
I’m trying to format data to HTML so that I can easily import it into Calc. One thing that I’ve figured out is how to use special HTML tags to set the formatting (e.g., have numbers with great precision but force LibreOffice to round them in a specified manner). However, I’m on a German computer with German locale. I’d like to always create my data exchange format in a way that has floating point values with a decimal point (“123.456”) instead of the German comma (“123,456”). The automatic detection only seems to look at my system locale.
Is there a way to embed into the HTML file that the locale of the file itself is en_US?
Thanks a bunch!