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

XLSX reports are not compatible with OSX Numbers.app #159

Closed
rstacruz opened this issue Jul 30, 2015 · 5 comments
Closed

XLSX reports are not compatible with OSX Numbers.app #159

rstacruz opened this issue Jul 30, 2015 · 5 comments
Labels
Milestone

Comments

@rstacruz
Copy link
Contributor

the bundle exec i18n-tasks xlsx-report task produces an Excel sheet not compatible with Numbers.app on a Mac (using axlsx 2.0.1).

pasted_image_7_30_15__6_27_pm

@rstacruz
Copy link
Contributor Author

How about an option to export to CSV instead?

@rstacruz
Copy link
Contributor Author

Oh, and axlsx 2.1.0.pre produces the same result.

@rstacruz
Copy link
Contributor Author

According to axlsx docs:

Numbers
you must set 'use_shared_strings' to true. This is most conveniently done just before rendering by calling Package.use_shared_strings = true prior to serialization.

@glebm
Copy link
Owner

glebm commented Jul 30, 2015

Hi @rstacruz! Thank you for reporting this. I will verify the PR later tonight and merge it.

By the way, translations can be exported/imported CSV with these custom tasks: https://github.com/glebm/i18n-tasks/wiki/Custom-CSV-import-and-export-tasks. This is not the same as the spreadsheet report, but useful for having non-technical people do the translation.

An HTML report can also be generated: https://gist.github.com/glebm/bdd3ab6d12d915f0c81b.

@glebm glebm added this to the v0.8.6 milestone Jul 30, 2015
@glebm
Copy link
Owner

glebm commented Aug 2, 2015

v0.8.6 is now out with the fix!

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

No branches or pull requests

2 participants