Hi,
I faced the issue when I read XLS files include cells formated as "Percentage".
In a file I have values like: 5%, 10%, 0%
But when I access to the cells from SpreadsheetReader I see values like: 0.05, 0.1, 0 instead.
How I can see from SpreadsheetReader the original values or something like: 5, 10, 0?
| Do I have a way to see a cell's format to make my own conversions on the cell's value? |