XLSX export should replace XLS to by-pass 65535 lines limit

Bug #1309046 reported by Yann Papouin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

By design, the XLS Microsoft Excel file format only allows a maximum of 65535 lines.
Exporting more than 65535 records is a possibility in OpenERP.

Two solutions:
- Export to XLSX (using openpyxl [1])
- Continue to export to XLS (via xlwt [2]) but create a new sheet in the file when the limit is reached by the exporter.

[1] http://pythonhosted.org/openpyxl/
[2] https://pypi.python.org/pypi/xlwt

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.