Excel report engine
(0)
277

Excel report engine

FREE

Available versions
Technical name
report_xls
License
AGPL-3
Secure dependencies
N/A

Excel report engine



This module adds Excel export capabilities to the standard odoo reporting engine.

Report development

In order to create an Excel report you can

  • define a report of type 'xls'
  • pass {'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.

  • cell types
    Supported cell types : text, number, boolean, date.
  • cell styles
    The predefined cell style definitions result in a consistent look and feel of the odoo Excel reports.
  • cell formulas
    Cell formulas can be easily added with the help of the rowcol_to_cell() function which you can import from the utils.py module.
  • Excel templates
    It is possible to define Excel templates which can be adapted by 'inherited' modules.
    Download the account_move_line_report_xls module from http://apps.odoo.com as example.
  • XLS with multiple sheets
    Download the account_journal_report_xls module from http://apps.odoo.com as example.

Development assistance




Contact [email protected] for help with the development of Excel reports in odoo.

0.0 / 5.0
based on 0 ratings

Python dependencies

Package Version Secured
xlwt 1.3.0
This app is not translated in any languages, it is only available in English.