- How do I use CellRangeAddress objects to copy/cut and paste an area of cells from an HSSFSheet to another? removeMergedRegion(int index); //cut getMergedRegion(int index); //copy in HSSFSheet, Using these in fonjuction with CellRangeAddress? I believe I understand what to do, but the api documentation for these POI classesdoesn't tell me what the above int indexes should be?
Do I assume they start from 1?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to