| Name | Package | Description |
| Alignment | jxl.write | Enumeration class which contains the various alignments for data within a
cell |
| Alignment | jxl.format | Enumeration class which contains the various alignments for data within a
cell |
| Assert | common | Simple assertion mechanism for use during development |
| BaseCellFeatures | jxl.biff | Container for any additional cell features |
| BaseCellFeatures.ValidationCondition | jxl.biff | No description provided. |
| BaseCompoundFile | jxl.biff | Contains the common data for a compound file |
| BaseCompoundFile.PropertyStorage | jxl.biff | Inner class to represent the property storage sets. |
| BaseSharedFormulaRecord | jxl.read.biff | A base class for shared formula records |
| BiffRecordReader | jxl.read.biff | Serves up Record objects from a biff file. |
| Blank | jxl.write | A blank cell. |
| BlankCell | jxl.read.biff | A blank cell. |
| BlankRecord | jxl.write.biff | A blank record, which is used to contain formatting information |
| BOFRecord | jxl.read.biff | A Beginning Of File record, found at the commencement of all substreams
within a biff8 file |
| BoldStyle | jxl.write | Enumeration class containing the various bold styles for data |
| BoldStyle | jxl.format | Enumeration class containing the various bold styles for data |
| Boolean | jxl.write | A cell, created by user applications, which contains a boolean (or
in some cases an error) value |
| BooleanRecord | jxl.write.biff | A boolean cell's last calculated value |
| Border | jxl.write | No description provided. |
| Border | jxl.format | The location of a border |
| BorderLineStyle | jxl.write | No description provided. |
| BorderLineStyle | jxl.format | The border line style |
| Button | jxl.biff.drawing | Contains the various biff records used to copy a Button (from the
Form toolbox) between workbook |
| ButtonPropertySetRecord | jxl.read.biff | Data associated with a button property set |
| ByteArray | jxl.biff | A growable array of bytes |
| CellFeatures | jxl | Container for any additional cell features |
| CellReferenceHelper | jxl | Exposes some cell reference helper methods to the public interface. |
| CellReferenceHelper | jxl.biff | A helper to transform between excel cell references and
sheet:column:row notation
Because this function will be called when generating a string
representation of a formula, the cell reference will merely
be appened to the string buffer instead of returning a full
blooded string, for performance reasons |
| CellType | jxl | An enumeration type listing the available content types for a cell |
| CellValue | jxl.write.biff | Abstract class which stores the common data used for cells, such
as row, column and formatting information. |
| CellValue | jxl.read.biff | Abstract class for all records which actually contain cell values |
| CellView | jxl | This is a bean which client applications may use to get/set various
properties for a row or column on a spreadsheet |
| CellXFRecord | jxl.write.biff | A cell XF Record |
| Chart | jxl.biff.drawing | Contains the various biff records used to insert a chart into a
worksheet |
| Colour | jxl.write | Enumeration class which contains the various colours available within
the standard Excel colour palette |
| Colour | jxl.format | Enumeration class which contains the various colours available within
the standard Excel colour palette |
| ColumnInfoRecord | jxl.read.biff | Contains the display info data which affects the entire columns |
| ComboBox | jxl.biff.drawing | Contains the various biff records used to copy a ComboBox (from the
Form toolbox) between workbook |
| Comment | jxl.biff.drawing | Contains the various biff records used to insert a cell note into a
worksheet |
| CompoundFile | jxl.read.biff | Reads in and defrags an OLE compound compound file
(Made public only for the PropertySets demo) |
| ContinueRecord | jxl.biff | A continue record - only used explicitly in special circumstances, as
the general continuation record is handled directly by the records |
| CountryCode | jxl.biff | Enumeration type for the excel country codes |
| CountryRecord | jxl.read.biff | Contains the cell dimensions of this worksheet |
| CSV | jxl.demo | 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 choice |
| DataValidation | jxl.biff | Class which encapsulates a data validation (typically in the form of a
dropdown list box) |
| DataValidityListRecord | jxl.biff | Record containing the list of data validation settings for a given sheet |
| DataValiditySettingsRecord | jxl.biff | Data validity settings |
| DateFormat | jxl.write | 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. |
| DateFormatRecord | jxl.write.biff | A class which contains a date format |
| DateFormats | jxl.write | Static class which contains Excels predefined Date formats |
| DateRecord | jxl.write.biff | A date stored in the database |
| DateRecord.GMTDate | jxl.write.biff | Class definition for a dummy variable |
| DateTime | jxl.write | 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 | jxl.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 stream |
| DoubleHelper | jxl.biff | Class to help handle doubles |
| Drawing | jxl.biff.drawing | Contains the various biff records used to insert a drawing into a
worksheet |
| Drawing2 | jxl.biff.drawing | Contains the various biff records used to insert a drawing into a
worksheet. |
| DrawingData | jxl.biff.drawing | Class used to concatenate all the data for the various drawing objects
into one continuous stream |
| DrawingGroup | jxl.biff.drawing | This class contains the Excel picture data in Escher format for the
entire workbook |
| DValParser | jxl.biff | Class which parses the binary data associated with Data Validity (DVal)
setting |
| DVParser | jxl.biff | Class which parses the binary data associated with Data Validity (DV)
setting |
| DVParser.Condition | jxl.biff | No description provided. |
| DVParser.DVType | jxl.biff | No description provided. |
| DVParser.ErrorStyle | jxl.biff | No description provided. |
| EmptyCell | jxl.biff | An empty cell. |
| EncodedURLHelper | jxl.biff | Helper to get the Microsoft encoded URL from the given string |
| Escher | jxl.demo | Displays the escher data |
| EscherDisplay | jxl.biff.drawing | Class used to display a complete hierarchically organized Escher stream
The whole thing is dumped to System.out
This class is only used as a debugging tool |
| EscherDrawingGroup | jxl.demo | Displays the escher data |
| ExternalNameRecord | jxl.read.biff | A row record |
| ExternalSheetRecord | jxl.read.biff | An Externsheet record, containing the details of externally references
workbooks |
| Features | jxl.demo | Goes through each cell in the workbook, and if the cell has any features
associated with, it prints out the cell contents and the features |
| File | jxl.write.biff | A file of excel data to be written out. |
| File | jxl.read.biff | File containing the data from the binary stream |
| Font | jxl.write | A class which is instantiated when the user application wishes to specify
the font for a particular cell |
| FontRecord | jxl.biff | A record containing the necessary data for the font information |
| Fonts | jxl.biff | A container for the list of fonts used in this workbook |
| FooterRecord | jxl.read.biff | A workbook page footer record |
| FormatRecord | jxl.biff | A non-built in format record |
| FormattingRecords | jxl.biff | The list of XF records and formatting records for the workbook |
| Formula | jxl.write | A cell, created by user applications, which contains a numerical value |
| FormulaErrorCode | jxl.biff.formula | Enumeration for formula error codes |
| FormulaParser | jxl.biff.formula | Parses the formula passed in (either as parsed strings or as a string)
into a tree of operators and operands |
| FormulaRecord | jxl.write.biff | A formula record. |
| Formulas | jxl.demo | 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 string |
| FunctionNames | jxl.biff.formula | A class which contains the function names for the current workbook. |
| HeaderFooter | jxl | Class which represents an Excel header or footer. |
| HeaderFooter | jxl.biff | Class which represents an Excel header or footer. |
| HeaderFooter.Contents | jxl | The contents - a simple wrapper around a string buffer |
| HeaderFooter.Contents | jxl.biff | The contents - a simple wrapper around a string buffer |
| HeaderRecord | jxl.read.biff | A workbook page header record |
| HyperlinkRecord | jxl.write.biff | A number record. |
| HyperlinkRecord | jxl.read.biff | A number record. |
| IndexMapping | jxl.biff | This class is a wrapper for a list of mappings between indices. |
| IntegerHelper | jxl.biff | Converts excel byte representations into integers |
| Label | jxl.write | A cell containing text which may be created by user applications |
| LabelRecord | jxl.write.biff | A label record, used for writing out string |
| Logger | common | Abstract wrapper class for the logging interface of choice. |
| LoggerName | common.log | Static structure containing the class name of the logger. |
| MergedCellsRecord | jxl.write.biff | A number record. |
| MergedCellsRecord | jxl.read.biff | A merged cells record for a given sheet |
| MsoDrawingGroupRecord | jxl.biff.drawing | A record which merely holds the MSODRAWINGGROUP data. |
| MsoDrawingRecord | jxl.biff.drawing | A record which merely holds the MSODRAWING data. |
| NameRecord | jxl.read.biff | Holds an excel name record, and the details of the cells/ranges it refers
to |
| NameRecord.NameRange | jxl.read.biff | A nested class to hold range information |
| NoteRecord | jxl.biff.drawing | A Note (TXO) record which contains the information for comments |
| Number | jxl.write | A cell, created by user applications, which contains a numerical value |
| NumberFormat | jxl.write | 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. |
| NumberFormatRecord | jxl.write.biff | A class which contains a number format |
| NumberFormatRecord.NonValidatingFormat | jxl.write.biff | No description provided. |
| NumberFormats | jxl.write | Static class which contains the available list of built in Number formats |
| NumberRecord | jxl.write.biff | The record which contains numerical values. |
| ObjRecord | jxl.biff.drawing | A record which merely holds the OBJ data. |
| Orientation | jxl.format | Enumeration type which describes the orientation of data within a cell |
| Origin | jxl.biff.drawing | Enumeration type for the origin of a drawing object |
| PageOrientation | jxl.format | Enumeration type which describes the page orientation |
| PaletteRecord | jxl.biff | A record representing the RGB colour palette |
| PaletteRecord | jxl.read.biff | A password record |
| PaperSize | jxl.format | Enumeration type which contains the available excel paper sizes and their
codes |
| Pattern | jxl.write | Enumeration class which contains the various patterns available within
the standard Excel pattern palette |
| Pattern | jxl.format | Enumeration class which contains the various patterns available within
the standard Excel pattern palette |
| PLSRecord | jxl.read.biff | The environment specific print record |
| RangeImpl | jxl.biff | Implementation class for the Range interface. |
| ReadWrite | jxl.demo | Demo class which uses the api to read in a spreadsheet and generate a clone
of that spreadsheet which contains the same data. |
| Record | jxl.read.biff | A container for the raw record data within a biff file |
| RecordData | jxl.biff | The record data within a record |
| RGB | jxl.format | A structure which contains the RGB values for a particular colour |
| RowRecord | jxl.read.biff | A row record |
| ScriptStyle | jxl.format | Enumeration class which contains the various script styles available
within the standard Excel ScriptStyle palette |
| SetupRecord | jxl.read.biff | Contains the page set up for a sheet |
| SharedDateFormulaRecord | jxl.read.biff | A number formula record, manufactured out of the Shared Formula
"optimization" |
| SharedErrorFormulaRecord | jxl.read.biff | A number formula record, manufactured out of the Shared Formula
"optimization" |
| SharedNumberFormulaRecord | jxl.read.biff | A number formula record, manufactured out of the Shared Formula
"optimization" |
| SharedStringFormulaRecord | jxl.read.biff | A string formula record, manufactured out of the Shared Formula
"optimization" |
| SheetDrawingWriter | jxl.biff.drawing | Handles the writing out of the different charts and images on a sheet. |
| SheetImpl | jxl.read.biff | Represents a sheet within a workbook. |
| SheetRangeImpl | jxl.biff | Implementation class for the Range interface. |
| SheetSettings | jxl | 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. |
| SimpleLogger | common.log | The default logger. |
| SortRecord | jxl.read.biff | A storage area for the last Sort dialog box area |
| StringHelper | jxl.biff | Helper function to convert Java string objects to and from the byte
representations |
| StyleXFRecord | jxl.write.biff | A style XF Record |
| SupbookRecord | jxl.read.biff | A record containing the references to the various sheets (internal and
external) referenced by formulas in this workbook |
| TextObjectRecord | jxl.biff.drawing | A TextObject (TXO) record which contains the information for comments |
| Type | jxl.biff | An enumeration class which contains the biff types |
| UnderlineStyle | jxl.format | Enumeration class which contains the various underline styles available
within the standard Excel UnderlineStyle palette |
| VerticalAlignment | jxl.write | Enumeration type which describes the vertical alignment of data within a cell |
| VerticalAlignment | jxl.format | Enumeration type which describes the vertical alignment of data within a cell |
| Workbook | jxl | Represents a Workbook. |
| WorkbookParser | jxl.read.biff | Parses the biff file passed in, and builds up an internal representation of
the spreadsheet |
| WorkbookSettings | jxl | This is a bean which client applications may use to set various advanced
workbook properties. |
| WorkspaceInformationRecord | jxl.biff | A record detailing whether the sheet is protected |
| WritableCellFeatures | jxl.write | Container for any additional cell features |
| WritableCellFormat | jxl.write | A user specified cell format, which may be reused across many cells. |
| WritableFont | jxl.write | A class which is instantiated when the user application wishes to specify
the font for a particular cell |
| WritableFont.FontName | jxl.write | Static inner class used for classifying the font names |
| WritableFontRecord | jxl.write.biff | A writable Font record. |
| WritableFonts | jxl.write.biff | A container for the list of fonts used in this workbook The writable
subclass instantiates the predetermined list of fonts available to
users of the writable API |
| WritableFormattingRecords | jxl.write.biff | Handles the Format and XF record indexing. |
| WritableHyperlink | jxl.write | A writable hyperlink. |
| WritableImage | jxl.write | 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 distortion |
| WritableRecordData | jxl.biff | Extension of the standard RecordData which is used to support those
records which, once read, may also be written |
| WritableWorkbook | jxl.write | A writable workbook |
| WritableWorkbookImpl | jxl.write.biff | A writable workbook |
| Write | jxl.demo | Demo class which writes a spreadsheet. |
| XFRecord | jxl.biff | Holds an extended formatting record |
| XML | jxl.demo | 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 |