Le 16/08/2014 04:39, Hugo Canalli a écrit :
    If a type one data number like a string e.g:

data[0] = *new *Object[] { "January", *"1"* };

and open the generated file in Libreoffice I got leading quotes in my
number.
January *'1*

Which is LO way of telling you that it's not 1 the integer but 1 the String, as you specified in your code. In other words, I don't see the bug. If you have Strings and want Number you need to call something like Integer.parseInt() before passing it to the sheet.

Cheers,
Sylvain

--

--- You received this message because you are subscribed to the Google Groups "jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jopendocument+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to