Browse Source

[IMP] report_xlsx - README updated

pull/171/head
sebalix 8 years ago
committed by Enric Tobella
parent
commit
deb1e7acb8
No known key found for this signature in database GPG Key ID: 1A2546A1B7BA2451
  1. 10
      report_xlsx/README.rst

10
report_xlsx/README.rst

@ -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

Loading…
Cancel
Save