zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Fixed Unknown Codepage 0x5212 #161

Closed chouandy closed 8 years ago

chouandy commented 8 years ago

I got a error message - "Unknown Codepage 0x5212", when I opened an excel file.

The excel is created by JExcelAPI with 'Big5' encoding.

I found the file's codepage_id is 21010.

Then I solved it using "UTF-16LE" encoding.

Signed-off-by: ChouAndy chouandy@ecoworkinc.com

zdavatz commented 8 years ago

Thank you! Version 1.1.1 is out.