I am trying to read a log from a CSV file where the first row is always the time.
The time format is HH:mm:ss.fff in quotes, but Excel sees it as something entierly different.
I knew excel was messed up with default date and time formats, but how does it format a standard format like this.
For example the entry of 09:21:08.666 became 21.08.7 in mm:ss.0 format.
The entries of the CSV are in quotes to ensure they are exact, but it seems excel still cannot read it correctly.
Is there any way to force excel to read csv files exactly as text with no formatting?
Also, I can modify the log string, is there a way I can format the date in the CSV source file to make it CSV legal, and force excel to read it. Something like put a "'" before the data?
Thanks
The time format is HH:mm:ss.fff in quotes, but Excel sees it as something entierly different.
I knew excel was messed up with default date and time formats, but how does it format a standard format like this.
For example the entry of 09:21:08.666 became 21.08.7 in mm:ss.0 format.
The entries of the CSV are in quotes to ensure they are exact, but it seems excel still cannot read it correctly.
Is there any way to force excel to read csv files exactly as text with no formatting?
Also, I can modify the log string, is there a way I can format the date in the CSV source file to make it CSV legal, and force excel to read it. Something like put a "'" before the data?
Thanks