[IMP] report_xlsx - README updated

pull/171/head
sebalix 2016-04-12 15:48:25 +02:00 committed by Enric Tobella
parent ff0d718c18
commit deb1e7acb8
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,13 @@ Base report xlsx
This module provides a basic report class to generate xlsx report.
Installation
============
Make sure you have ``xlsxwriter`` Python module installed::
$ pip install xlsxwriter
Usage
=====
@ -31,6 +38,9 @@ A python class ::
partner_xlsx('report.res.partner.xlsx',
'res.partner')
To manipulate the ``workbook`` and ``sheet`` objects, refer to the
`documentation <http://xlsxwriter.readthedocs.org/>`_ of ``xlsxwriter``.
A report XML record ::
<report