On Thu, 17 Feb 2011, hartford123 wrote:
basically I am using

sheet.addMergedRegion(new CellRangeAddress(row.getRowNum(),
row.getRowNum(),Column.a$, Column.e$));

Can you do a bit of digging and see what POI generates, and what Excel does? If you create a simple file in POI with a merged region that causes problems, then create a file in Excel itself with the same region. Next, unzip the two files (.xlsx is a zip of xml files), and spot what was done differently. That should identify what's going wrong.

Nick

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

Reply via email to