simple_xlsx_reader
simple_xlsx_reader copied to clipboard
Parse as string
In my sheet I have some value than is transformed in date or number. How can I force all to be parsed as a string?
I don't believe this functionality exists, but probably wouldn't be hard to add, since you'd just be bypassing the code that does casting.