[jopendocument] Multi-line spreadsheet cells?

2014-05-26 Thread donalhambra
The markup for a multi-line spreadsheet cell (created in LibreOffice 4.2.4.2) looks like First line Second line I can create this markup with jOpenDocument (1.3), but only by accessing the MutableCell's Element and using addContent() to attach new sub-Elements for the second and subseque

[jopendocument] Re: Reading a merged cell

2014-05-30 Thread donalhambra
On Wednesday, May 14, 2014 7:39:26 AM UTC-4, Anton Lukashchuk wrote: > > [...] > I understand, that other cells, except first in a merged group, are > non-existent, but how do I now that, how to skip them? Is there a special > way around in a lib or I have to catch this exception and move to th

[jopendocument] Re: Multi-line spreadsheet cells?

2014-06-29 Thread donalhambra
Alas, I received no answers or hints, and never figured out a clean approach. I've since abandoned my attempt to use jOpenDocument instead of an UNO bridge. (UNO is slow and cumbersome, but well-documented and functional.) Questions about multi-line table cells have appeared before in this for