Package jxl.read.biff

Interface Summary
Formula Interface which is used for copying formulas from a read only to a writable spreadsheet
 

Class Summary
BaseSharedFormulaRecord A base class for shared formula records
BiffRecordReader Serves up Record objects from a biff file.
BlankCell A blank cell.
BOFRecord A Beginning Of File record, found at the commencement of all substreams within a biff8 file
ButtonPropertySetRecord Data associated with a button property set
CellValue Abstract class for all records which actually contain cell values
ColumnInfoRecord Contains the display info data which affects the entire columns
CompoundFile Reads in and defrags an OLE compound compound file (Made public only for the PropertySets demo)
CountryRecord Contains the cell dimensions of this worksheet
DataValidation Class which encapsulates a data validation (typically in the form of a 7 dropdown list box
DataValidityListRecord  
DataValiditySettingsRecord Data validity settings
ExternalSheetRecord An Externsheet record, containing the details of externally references workbooks
File File containing the data from the binary stream
FooterRecord A workbook page footer record
HeaderRecord A workbook page header record
HyperlinkRecord A number record.
MergedCellsRecord A merged cells record for a given sheet
NameRecord Holds an excel name record, and the details of the cells/ranges it refers to
PaletteRecord A password record
PLSRecord The environment specific print record
Record A container for the raw record data within a biff file
RowRecord A row record
SetupRecord Contains the page set up for a sheet
SharedDateFormulaRecord A number formula record, manufactured out of the Shared Formula "optimization"
SharedErrorFormulaRecord A number formula record, manufactured out of the Shared Formula "optimization"
SharedNumberFormulaRecord A number formula record, manufactured out of the Shared Formula "optimization"
SharedStringFormulaRecord A string formula record, manufactured out of the Shared Formula "optimization"
SheetImpl Represents a sheet within a workbook.
SortRecord A storage area for the last Sort dialog box area
SupbookRecord A record containing the references to the various sheets (internal and external) referenced by formulas in this workbook
WorkbookParser Parses the biff file passed in, and builds up an internal representation of the spreadsheet
 

Exception Summary
BiffException Exception thrown when reading a biff file
PasswordException A properly typed exception in case consumers of the API specifically wish to handle the case when the workbook is password protected