Deprecated API

Deprecated Classes
jxl.write.Alignment
          Repackaged as jxl.Alignment. This version is retained for backwards compatibility 
jxl.write.Border
          repackaged as jxl.format.Border 
jxl.write.BorderLineStyle
          Repackaged as jxl.format.BorderLineStyle 
jxl.write.Colour
          This has been repackaged as jxl.Colour 
jxl.write.Font
          Renamed to writable font 
jxl.write.Pattern
          Repackaged as jxl.format.Pattern 
jxl.write.VerticalAlignment
          Repackaged as jxl.format.VerticalAlignment 
 

Deprecated Interfaces
jxl.CellFormat
          Repackaged as jxl.format.CellFormat 
 

Deprecated Fields
jxl.write.Font.ARIAL
            
jxl.write.Font.BOLD
            
jxl.write.Font.DOUBLE
            
jxl.write.Font.DOUBLE_ACCOUNTING
            
jxl.write.Font.NO_BOLD
            
jxl.write.Font.NO_UNDERLINE
            
jxl.write.Font.SINGLE
            
jxl.write.Font.SINGLE_ACCOUNTING
            
jxl.write.Font.TIMES
            
 

Deprecated Methods
jxl.read.biff.File.close()
          As of version 1.6 use workbook.close() instead 
jxl.write.WritableWorkbook.copy(Workbook)
          Copying now occurs implicitly as part of the overloaded factory method Workbook.createWorkbood 
jxl.biff.StringHelper.getBytes(String)
            
jxl.biff.StringHelper.getString(byte[], int, int)
          use the overload which takes the character encoding into account 
jxl.Sheet.isHidden()
          in favouf of the getSettings() method 
jxl.read.biff.SheetImpl.isHidden()
          in favour of the getSettings function 
jxl.write.biff.WritableSheetImpl.isHidden()
          in favour of the getSettings() method 
jxl.Sheet.isProtected()
          in favour of the getSettings() method 
jxl.read.biff.SheetImpl.isProtected()
          in favour of the getSettings() api 
jxl.write.biff.WritableSheetImpl.isProtected()
          in favour of getSettings() api 
jxl.biff.EmptyCell.setCellFormat(CellFormat)
            
jxl.write.WritableSheet.setHidden(boolean)
          use the SheetSettings bean instead 
jxl.write.biff.WritableSheetImpl.setHidden(boolean)
          use the settings bean instead 
jxl.write.biff.WritableSheetImpl.setPageSetup(PageOrientation)
          use the SheetSettings bean 
jxl.write.biff.WritableSheetImpl.setPageSetup(PageOrientation, double, double)
          use the SheetSettings bean 
jxl.write.biff.WritableSheetImpl.setPageSetup(PageOrientation, PaperSize, double, double)
          use the SheetSettings bean 
jxl.write.WritableSheet.setProtected(boolean)
          use the SheetSettings bean instead 
jxl.write.biff.WritableSheetImpl.setProtected(boolean)
          use the settings bean instead 
jxl.write.biff.WritableSheetImpl.setSelected()
          use the settings bean 
 

Deprecated Constructors
jxl.write.Font(WritableFont.FontName)
          Use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int)
          use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int, WritableFont.BoldStyle)
          use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int, WritableFont.BoldStyle, boolean)
          use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int, WritableFont.BoldStyle, boolean, UnderlineStyle)
          use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int, WritableFont.BoldStyle, boolean, UnderlineStyle, Colour)
          use jxl.write.WritableFont 
jxl.write.Font(WritableFont.FontName, int, WritableFont.BoldStyle, boolean, UnderlineStyle, Colour, ScriptStyle)
          use jxl.write.WritableFont 
jxl.write.biff.SetupRecord()
          in favour of the sheet settings constructor 
jxl.write.biff.SetupRecord(SetupRecord)
          in favour of the SheetSettings constructor