I am using EPPlus to read excel data. I need to display the excel cells as-is in the grid to the users.
When I do get value to get the value for date column it giving the OADate int value for the date.
Is there a way I can read the value as string, which users normally see when they open the excel. i.e. the value after applying the excel formats.
There does not seem to be any function on the CELL class which provides valueAsString or valueAsDisplayed, etc...
When I do get value to get the value for date column it giving the OADate int value for the date.
Is there a way I can read the value as string, which users normally see when they open the excel. i.e. the value after applying the excel formats.
There does not seem to be any function on the CELL class which provides valueAsString or valueAsDisplayed, etc...