I'm upgrading from 3.9 to 3.14 but this statement (that compiles fine at 3.9) :

sheet.addMergedRegion(new Region(rowNum-1, (short) 0,
                         rowNum-1, (short) iTitleCols));

gives this compile error with 3.14:

addMergedRegion(org.apache.poi.ss.util.CellRangeAddress) in 
org.apache.poi.hssf.usermodel.HSSFSheet cannot be applied to 
(org.apache.poi.hssf.util.Region)                                               
   

Thanks for help.
Giuseppe.       


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to