more info...

In fact merging cell from two rows, for example row 49 and row 50 for cells
in certain region say column f to column l is giving excel error(warning),
if it is merging the cell in the same row there is no excel error. 

sheet.addMergedRegion(new CellRangeAddress( 49,
50,Column.f$,Column.l$));should we not merge cell of two rows using
addMergedRegion method? how to achieve it.

Sujatha
-- 
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/XSSFSheet-addMergedRegion-giving-excel-error-tp3389764p3389843.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]

Reply via email to