09-06-2023 08:55 AM
Hi everyone, I am trying to get data from an Excel sheet to LabVIEW but I get the value of Timestamp as number, 45111.
I usually faced this when I open a CSV-File in Excel.
I tried to select/deselect 'Use 1904 date system in Excel' but nothing happened
Maybe someone can help?
Attached is a screenshot of my code and Excel sheet
Thank you
Sinan Ismael.
Solved! Go to Solution.
09-06-2023 09:10 AM
See Formatting LabVIEW Date and Time Data for Microsoft Excel
09-06-2023 09:35 AM
Check this post, how to convert Excel date into LabVIEW date formats.
They use different date systems.
LabVIEW to Excel (there is some explanation) https://forums.ni.com/t5/Example-Code/Convert-Excel-Time-to-LabVIEW-Time/ta-p/3996348
Excel to LabVIEW - https://forums.ni.com/t5/Example-Code/Convert-Excel-Time-to-LabVIEW-Time/ta-p/3996348
09-08-2023 01:07 AM
Ok thank you.
I hv to read the timestamp as float.