I'm generating spreadsheets using jOpenDocument to import into Google 
docs.  The problem I'm having is newline characters inside of  cells.  
Newlines (\n) are represented by <text:new-line/> in the XML content.xml 
file, however google ignores this tag.  Google only seems to accept 
<text:p/> and linefeed character inside  of a cell to denote a newline 
inside a cell.

Is there a way around this problem without having to recompile 
jOpenDocument to use different line break character so Google will 
correctly interpret it? 

I also have this same problem with the OpenODF Java API.

Thanks

-- 

--- 
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