OpenOffice iterating through TextTable detect merged and split cells (calculate colspan and rowspan)
Posted
by Darius Kucinskas
on Stack Overflow
See other posts from Stack Overflow
or by Darius Kucinskas
Published on 2010-03-31T19:03:17Z
Indexed on
2010/03/31
19:13 UTC
Read the original article
Hit count: 586
I am using OpenOffice uno api to iterate through all text in writer document. To iterate over text tables currently I am using XTextTable interface getCellNames() method. How I could detect merged and split cells. I want to export table to html, so I should calculate colspan and rowspan.
I would appreciate any suggestions... I am out of ideas :(
© Stack Overflow or respective owner