sebalix
9 years ago
committed by
Enric Tobella
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
1 changed files with
10 additions and
0 deletions
-
report_xlsx/README.rst
|
@ -8,6 +8,13 @@ Base report xlsx |
|
|
|
|
|
|
|
|
This module provides a basic report class to generate xlsx report. |
|
|
This module provides a basic report class to generate xlsx report. |
|
|
|
|
|
|
|
|
|
|
|
Installation |
|
|
|
|
|
============ |
|
|
|
|
|
|
|
|
|
|
|
Make sure you have ``xlsxwriter`` Python module installed:: |
|
|
|
|
|
|
|
|
|
|
|
$ pip install xlsxwriter |
|
|
|
|
|
|
|
|
Usage |
|
|
Usage |
|
|
===== |
|
|
===== |
|
|
|
|
|
|
|
@ -31,6 +38,9 @@ A python class :: |
|
|
partner_xlsx('report.res.partner.xlsx', |
|
|
partner_xlsx('report.res.partner.xlsx', |
|
|
'res.partner') |
|
|
'res.partner') |
|
|
|
|
|
|
|
|
|
|
|
To manipulate the ``workbook`` and ``sheet`` objects, refer to the |
|
|
|
|
|
`documentation <http://xlsxwriter.readthedocs.org/>`_ of ``xlsxwriter``. |
|
|
|
|
|
|
|
|
A report XML record :: |
|
|
A report XML record :: |
|
|
|
|
|
|
|
|
<report |
|
|
<report |
|
|