I have been using ClosedXML to write and create sheets in an excel file.
I am running into an issue, on systems that have non-US locales.
Instead of writing three hundred point four-one as 300.41 ClosedXML is writing this decimal number as 300,41.
How do I make it write Decimal numbers with decimal point always?
I am using “InsertData()” function to write all the data from a List<> of objects into the excel sheet.
Thanks in advance.
I would really like to write decimal numbers in the excel for non-US locales with decimal point instead of decimal comma.