Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upread correct decoding #83
Closed
Comments
|
No. It is not supported. We can consider it for the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a xlsx in format windows-1252.
When I read cell.format I get utf-8 despite I put the "encoding: windows-1252" line at the start of the file.
Is There a way to change the format to read the file?