Hi all! I'm trying to create an ODS report. On a column, I need to export a number and I don't know why I can't. I created a Report overriding the parse-method. I'm passing the value I want through the data hash. This is working because I'm getting the number but with a " ' " before it, so Libreoffice Calc is using it like a string instead of a number. I tried passing an int, float and Decimal object and nothing seems to work like I want. Is this possible without creating another column to get the value of the string?
Thanks for advance. Martín Guzmán
