fastexcel
fastexcel copied to clipboard
Make new `dtype_coercion`='stringify' option
This is just an alternative approach to dealing with the issue outlined here
The idea being that any type can be casted to a string this would allow a file to be opened without raising on the first try without too much hackiness.
I'm not really sure which is "better" or more desirable.