This module adds Excel export capabilities to the standard odoo reporting engine.
In order to create an Excel report you can
{'xls_export': 1}
via the context to the report create method
The report_xls
class contains a number of attributes and methods to facilitate the creation XLS reports in odoo.
rowcol_to_cell()
function which you can import from the utils.py
module.
Contact info@noviat.com for help with the development of Excel reports in odoo.