From fb606e1c66197e759ab57df4c1f3f75a992d2155 Mon Sep 17 00:00:00 2001 From: sebalix Date: Tue, 12 Apr 2016 15:48:25 +0200 Subject: [PATCH] [IMP] report_xlsx - README updated --- report_xlsx/README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/report_xlsx/README.rst b/report_xlsx/README.rst index 149e117a..03821ebd 100644 --- a/report_xlsx/README.rst +++ b/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 `_ of ``xlsxwriter``. + A report XML record ::