I'm writing some data to Excel using the Report Generation Toolkit. I'm writing a 2D array of double, and when I place this data in an array and display it in LabVIEW it gives me the right numbers with decimals. When I write the exact same data to Excel I get the right numbers but without decimals. For example: 1,23 becomes 123.
This is how I fetch the data, it's from a history node. The ouput array is used to calculate some other data and this is added to the array. This is the array that I write to Excel.
Does someone know why LabVIEW does this and how I could fix it?