I am using EPPlus to read excel data. I need to display the excel cells as-is in the grid to the users.
while reading date column EPPlus is 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...