simple_xlsx_reader icon indicating copy to clipboard operation
simple_xlsx_reader copied to clipboard

Parse as string

Open scinfu opened this issue 3 years ago • 1 comments

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?

scinfu avatar Sep 03 '21 15:09 scinfu

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.

woahdae avatar Sep 03 '21 17:09 woahdae