You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Thomas Herre <th...@abosco.com> on 2005/04/25 17:13:08 UTC

Remove a merged region/deleting cells

Hi all,

I hove some trouble removing merged regions.
I remove some cells using HSSFRow.removeCell(HSSFCell).
That does not seem to remove the merged regions in those cells.
So I remove them afterwards using HSSFSheet.removeMergedRegion(int).
That does not throw any error yet the merged region remains unchanged.
Am I missing out on something?

B.T.W.: Is there any method for deleting cells (rather than removing the 
cell value/format)?

Thanks for your help!

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/