Hi,
is it possible to read not the cell value but the actual cell formatted string as seen by the user when he saved the file?
I'm dealing with a file where a column must be a datetime in ISO8601 format. Some users use it as a string, but others use it as a Excel datetime (double) but the use a custom formatting to display it with the correct timezone.
If I parse it from the double I lose the timezone information that the user actually "inserted" using the custom formatting...
How can I handle this?
is it possible to read not the cell value but the actual cell formatted string as seen by the user when he saved the file?
I'm dealing with a file where a column must be a datetime in ISO8601 format. Some users use it as a string, but others use it as a Excel datetime (double) but the use a custom formatting to display it with the correct timezone.
If I parse it from the double I lose the timezone information that the user actually "inserted" using the custom formatting...
How can I handle this?