-
Interfaces Interface Description jxl.CellFormat Repackaged as jxl.format.CellFormat
-
Classes Class Description jxl.write.Alignment Repackaged as jxl.Alignment. This version is retained for backwards compatibilityjxl.write.Border repackaged as jxl.format.Borderjxl.write.BorderLineStyle Repackaged as jxl.format.BorderLineStylejxl.write.Colour This has been repackaged as jxl.format.Colourjxl.write.Font Renamed to writable fontjxl.write.Pattern Repackaged as jxl.format.Patternjxl.write.VerticalAlignment Repackaged as jxl.format.VerticalAlignment
-
Methods Method Description jxl.CellView.getDimension() use getSize() insteadjxl.CellView.setDimension(int) use the setSize method insteadjxl.format.Colour.getDefaultBlue() use getDefaultRGB insteadjxl.format.Colour.getDefaultGreen() use getDefaultRGB insteadjxl.format.Colour.getDefaultRed() use getDefaultRGB insteadjxl.Sheet.getColumnFormat(int) Use getColumnView and the CellView bean insteadjxl.Sheet.getColumnWidth(int) Use getColumnView insteadjxl.Sheet.getRowHeight(int) use getRowView insteadjxl.Sheet.isHidden() in favour of the getSettings() methodjxl.Sheet.isProtected() in favour of the getSettings() methodjxl.SheetSettings.setSelected() use overloaded version which takes a booleanjxl.write.WritableSheet.setColumnView(int, int, CellFormat) Use the CellView bean insteadjxl.write.WritableSheet.setFooter(String, String, String) use the SheetSettings beanjxl.write.WritableSheet.setHeader(String, String, String) use the SheetSettings beanjxl.write.WritableSheet.setHidden(boolean) use the SheetSettings bean insteadjxl.write.WritableSheet.setProtected(boolean) use the SheetSettings bean insteadjxl.write.WritableWorkbook.copy(Workbook) Copying now occurs implicitly as part of the overloaded factory method Workbook.createWorkbood
-
Constructors Constructor Description jxl.write.Font(WritableFont.FontName) Use jxl.write.WritableFont