Do I assume they start from 1? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
- 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?
- POI XSSF API how do I lock specific Excel sheet fea... James Fedor
- Re: POI XSSF API how do I lock specific Excel ... Zachary Mitchell, BCIS
- Re: POI XSSF API how do I lock specific Excel ... MSB
