ajeebkp23 / python-relatorio

Automatically exported from code.google.com/p/python-relatorio. Thus it enables to to install this package via pip.
GNU General Public License v3.0
0 stars 0 forks source link

Currency formatting does not work in Calc #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to apply the templating defined by the user on a table-cell 
libreoffice needs have the correct value-type defined on the cell.

The current implementation of guess_type only returns two types : string and 
float.

We propose to add an object to allow the user to specify which type the cell 
must have.

Original issue reported on code.google.com by nicolas....@b2ck.com on 7 Jan 2015 at 10:56

GoogleCodeExporter commented 9 years ago
Here is the review: http://codereview.appspot.com/189470043

Original comment by nicolas....@b2ck.com on 7 Jan 2015 at 10:58