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 export should be provided #2848

Closed
yann-papouin opened this issue Oct 2, 2014 · 3 comments
Closed

XLSX export should be provided #2848

yann-papouin opened this issue Oct 2, 2014 · 3 comments
Labels

Comments

@yann-papouin
Copy link
Contributor

This new MS Excel file format (Office 2007) is able to extend the built-in limits of the XLS file format and would allow to provide a workaround for the 65535 row limit.

Possible migration to openpyxl (or XlsxWriter) and xlsx/xlsb.

@jmcnamara
Copy link

Added an initial pull request for this feature.

@nhomar
Copy link
Collaborator

nhomar commented Aug 15, 2018

This is working since few time ago (> 9.0)

@nhomar nhomar closed this as completed Aug 15, 2018
@mlaitinen
Copy link
Contributor

@nhomar What do you mean it's "working since few time ago"? I'm checking the 12.0 and master source code and Odoo is still using the xlwt library that only produces .xls files, not .xlsx.

Yes, it's possible to import .xlsx files, but not to export them.

It's 2019. I don't see a reason to support Excel 2003 format anymore.

Seems like #32339 is our best bet.

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

5 participants