pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
388 stars 109 forks source link

read correct decoding #83

Closed axlwild closed 4 years ago

axlwild commented 5 years ago

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?

pythonicrubyist commented 4 years ago

No. It is not supported. We can consider it for the next release.