https://bz.apache.org/bugzilla/show_bug.cgi?id=57768
Michael <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Michael <[email protected]> --- With latest build (poi-3.12-beta2-20150326): - Copying background colors for cells and rows, but doesn't - for columns; - When opening resulting excel file in MS-Excel getting same errors (see screenshots in the initial attachment); - Does not copy borders; - If trying to copy borders manually after calling this method (cloneStyleFrom) receive exception: java.lang.IndexOutOfBoundsException: Index: 10, Size: 2 at java.util.ArrayList.RangeCheck(ArrayList.java:547) at java.util.ArrayList.get(ArrayList.java:322) at org.apache.poi.xssf.model.StylesTable.getBorderAt(StylesTable.java:255) at org.apache.poi.xssf.usermodel.XSSFCellStyle.getCTBorder(XSSFCellStyle.java:1109) at org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderBottom(XSSFCellStyle.java:801) at org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderBottom(XSSFCellStyle.java:819) at TestCopyFileExcel.copyCellStyle(TestCopyFileExcel.java:134) ... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
