I want to read excel values as they appear in excel. I understand python extracts the intrinsic values from excel not the formatted version but I'm interested in the formatted version.
Is there any way to do this in pandas?
I know I can do it in other libraries like openpyxl but I'm interested to find out if pandas can somehow do this?
Here's a sample of the excel data
Here's what the data looks like when using pandas
Note - the formatting is not fixed, so I cannot simply convert each row/cell myself.
Similar to this question but it was asked almost 3 years ago. pandas read excel as formatted