All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Alignment Enumeration class which contains the various alignments for data within a cellAlignment Deprecated. Repackaged as jxl.Alignment.Blank A blank cell.BoldStyle Enumeration class containing the various bold styles for dataBoldStyle Enumeration class containing the various bold styles for dataBoolean A cell, created by user applications, which contains a boolean (or in some cases an error) valueBooleanCell This type represents the Microsoft concept of a Boolean.BooleanFormulaCell A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbersBorder The location of a borderBorder Deprecated. repackaged as jxl.format.BorderBorderLineStyle The border line styleBorderLineStyle Deprecated. Repackaged as jxl.format.BorderLineStyleCell Represents an individual Cell within a Sheet.CellFeatures Container for any additional cell featuresCellFormat Deprecated. Repackaged as jxl.format.CellFormatCellFormat Interface for cell formatsCellReferenceHelper Exposes some cell reference helper methods to the public interface.CellType An enumeration type listing the available content types for a cellCellView This is a bean which client applications may use to get/set various properties for a row or column on a spreadsheetColour Enumeration class which contains the various colours available within the standard Excel colour paletteColour Deprecated. This has been repackaged as jxl.format.ColourCSV Simple demo class which uses the api to present the contents of an excel 97 spreadsheet as comma separated values, using a workbook and output stream of your choiceDateCell A date cellDateFormat A custom user defined number format which may be instantiated within user applications in order to present date and time values in the appropriate format.DateFormats Static class which contains Excels predefined Date formatsDateFormulaCell A mixin interface for date formulas, which combines the interfaces for formulas and for datesDateTime A Date which may be created on the fly by a user application and added to a spreadsheet NOTE: By default, all dates will have local timezone information added to their UTC value.Demo The main demo class which interprets the command line switches in order to determine how to call the demo programs The demo program uses stdout as its default output streamErrorCell This type represents a cell which contains an error.ErrorFormulaCell A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbersEscher Displays the escher dataEscherDrawingGroup Displays the escher dataFeatures Goes through each cell in the workbook, and if the cell has any features associated with, it prints out the cell contents and the featuresFont Interface which exposes the user font display information to the userFont Deprecated. Renamed to writable fontFormat Exposes the cell formatting informationFormula A cell, created by user applications, which contains a numerical valueFormulaCell Interface for formulas which allow clients to read the Excel formulaFormulas Goes through each cell in the workbook, and if the contents of that cell is a formula, it prints out the last calculated value and the formula stringHeaderFooter Class which represents an Excel header or footer.HeaderFooter.Contents The contents - a simple wrapper around a string bufferHyperlink Hyperlink information.Image Accessor functions for an imageJXLException Base exception class for JExcelAPI exceptionsLabel A cell containing text which may be created by user applicationsLabelCell A label cellNumber A cell, created by user applications, which contains a numerical valueNumberCell A cell which contains a numerical valueNumberFormat A custom user defined number format, which may be instantiated within user applications in order to present numerical values to the appropriate level of accuracy.NumberFormats Static class which contains the available list of built in Number formatsNumberFormulaCell A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbersOrientation Enumeration type which describes the orientation of data within a cellPageOrder Enumeration type which describes the page orientationPageOrientation Enumeration type which describes the page orientationPaperSize Enumeration type which contains the available excel paper sizes and their codesPattern Enumeration class which contains the various patterns available within the standard Excel pattern palettePattern Deprecated. Repackaged as jxl.format.PatternRange Represents a 3-D range of cells in a workbook.ReadWrite Demo class which uses the api to read in a spreadsheet and generate a clone of that spreadsheet which contains the same data.RGB A structure which contains the RGB values for a particular colourScriptStyle Enumeration class which contains the various script styles available within the standard Excel ScriptStyle paletteSheet Represents a sheet within a workbook.SheetSettings This is a bean which client applications may use to get/set various properties which are associated with a particular worksheet, such as headers and footers, page orientation etc.StringFormulaCell A mixin interface for numerical formulas, which combines the interfaces for formulas and for stringsUnderlineStyle Enumeration class which contains the various underline styles available within the standard Excel UnderlineStyle paletteVerticalAlignment Enumeration type which describes the vertical alignment of data within a cellVerticalAlignment Deprecated. Repackaged as jxl.format.VerticalAlignmentWorkbook Represents a Workbook.WorkbookSettings This is a bean which client applications may use to set various advanced workbook properties.WritableCell The interface for all writable cellsWritableCellFeatures Container for any additional cell featuresWritableCellFormat A user specified cell format, which may be reused across many cells.WritableFont A class which is instantiated when the user application wishes to specify the font for a particular cellWritableFont.FontName Static inner class used for classifying the font namesWritableHyperlink A writable hyperlink.WritableImage Allows an image to be created, or an existing image to be manipulated Note that co-ordinates and dimensions are given in cells, so that if for example the width or height of a cell which the image spans is altered, the image will have a correspondign distortionWritableSheet Interface for a worksheet that may be modified.WritableWorkbook A writable workbookWrite Demo class which writes a spreadsheet.WriteException Exception thrown when using the API to generate an Excel fileXML Simple demo class which uses the api to present the contents of an excel 97 spreadsheet as an XML document, using a workbook and output stream of your choice