Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format Error reported by Excel2010 and Apple Numbers #22

Closed
goofansu opened this issue Jan 16, 2013 · 2 comments
Closed

Format Error reported by Excel2010 and Apple Numbers #22

goofansu opened this issue Jan 16, 2013 · 2 comments

Comments

@goofansu
Copy link

The Chinese word can cause Format Error. I tested on some other Chinese words and there is no problem. Please help to check.

require "spreadsheet"

Spreadsheet.client_encoding = 'UTF-8'
doc = Spreadsheet::Workbook.new
sheet = doc.create_worksheet
row = sheet.row(0)
row.push "进"
doc.write "test.xls"
@goofansu
Copy link
Author

I tested it again and it is right.

@zdavatz
Copy link
Owner

zdavatz commented Jan 16, 2013

Good to know! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants