Hi,
I have a wired problem when trying to generate a report in Excel via Labview. The problem consists of wrong decimal placement. I have the numbers as double in labview and they're working fine there. But when i generate a report all numbers above one are multiplied by 1000, so Labview is somehow transforming the decimal place as a US system "thousand" mark.
-i have the international settings so that " , " is the decimal mark
-0,56 is displayed 0,56
-1,56 is displayed 1 560
-i've checked the "use computer settings" in labview
-i've tried 2 different subVIs to export the data
-writing data into XLT files which cells are put to general in the template
Another wired thing is that the cells that are displayed properly have the format "General" and are "Number stored as Text" and the cells displayed incorrectly have the format "Number".
Adding a pic of the block diagram.
Thank you for any help you can provide.