Hi Team, I am new to POI, i have small requirement i.e. I need to merge the data by row wise with out losing of data of any row.
I am using below code for merging. sheet.addMergedRegion(new CellRangeAddress(firstrow,lastrow,firstcolumn,lastcolumn)); it is merging successfully but, content was overridden by first row data. Can any one help me on this. Thanks and Regards Swamy Vutukuru -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Merging-the-cell-by-row-wise-with-out-losing-of-the-data-tp5715144.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
