Hi,

I found that using jOpenDocument (even 1.3rc1) it is not possible to write 
boolean values to a spreadsheet.
I suspect part of the issue that jOpendocument doesn't write the proper 
office:value-type tag in the table cells.

AFAICS office-value-type fields aren't written for other cell contents 
types either:  text,  data,  time, ......
I only see "office:value-type:float" tags in jOpenDocument-generated table 
cells.

It also strikes me that all table-cells in a spreadsheet created with 
jopendocument contain the tag:
     xmlns:text="*urn:oasis:names:tc:opendocument:xmlns:text:1.0*"
Isn't this an enormous waste of JVM memory, or even disk memory, as this 
info is repeatedly present in memory for each cell once the spreadsheet 
file is unpacked?
Or is this tag only generated when jopendocument objects are exported from 
the Java world?

Thanks,

Philip

-- 

--- 
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/groups/opt_out.


Reply via email to