|
|||||||||
| Home >> All >> jxl >> [ biff overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package jxl.biff
| Interface Summary | |
| ByteData | Interface which provides a method for transferring chunks of binary data from one Excel file (read in) to another (written out) |
| DisplayFormat | The interface implemented by the various number and date format styles. |
| FormulaData | Interface which is used for copying formulas from a read only to a writable spreadsheet |
| WorkbookMethods | An interface containing some common workbook methods. |
| Class Summary | |
| BaseCellFeatures | Container for any additional cell features |
| BaseCellFeatures.ValidationCondition | |
| BaseCompoundFile | Contains the common data for a compound file |
| BuiltInFormat | The excel string for the various built in formats. |
| BuiltInStyle | Represents a built in, rather than a user defined, style. |
| ByteArray | A growable array of bytes |
| CellReferenceHelper | 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 |
| ContinueRecord | A continue record - only used explicitly in special circumstances, as the general continuation record is handled directly by the records |
| CountryCode | Enumeration type for the excel country codes |
| DataValidation | Class which encapsulates a data validation (typically in the form of a dropdown list box) |
| DataValidityListRecord | Record containing the list of data validation settings for a given sheet |
| DataValiditySettingsRecord | Data validity settings |
| DoubleHelper | Class to help handle doubles |
| DValParser | Class which parses the binary data associated with Data Validity (DVal) setting |
| DVParser | Class which parses the binary data associated with Data Validity (DV) setting |
| DVParser.Condition | |
| DVParser.DVType | |
| DVParser.ErrorStyle | |
| EmptyCell | An empty cell. |
| EncodedURLHelper | Helper to get the Microsoft encoded URL from the given string |
| FontRecord | A record containing the necessary data for the font information |
| FontRecord.Biff7 | Dummy indicators for overloading the constructor |
| Fonts | A container for the list of fonts used in this workbook |
| FormatRecord | A non-built in format record |
| FormatRecord.BiffType | |
| FormattingRecords | The list of XF records and formatting records for the workbook |
| HeaderFooter | Class which represents an Excel header or footer. |
| HeaderFooter.Contents | The contents - a simple wrapper around a string buffer |
| IndexMapping | This class is a wrapper for a list of mappings between indices. |
| IntegerHelper | Converts excel byte representations into integers |
| PaletteRecord | A record representing the RGB colour palette |
| RangeImpl | Implementation class for the Range interface. |
| RecordData | The record data within a record |
| SheetRangeImpl | Implementation class for the Range interface. |
| StringHelper | Helper function to convert Java string objects to and from the byte representations |
| Type | An enumeration class which contains the biff types |
| Type.ArbitraryType | |
| WorkspaceInformationRecord | A record detailing whether the sheet is protected |
| WritableRecordData | Extension of the standard RecordData which is used to support those records which, once read, may also be written |
| XFRecord | Holds an extended formatting record |
| XFRecord.BiffType | |
| XFRecord.XFType | |
| Exception Summary | |
| NumFormatRecordsException | Excel places a constraint on the number of format records that are allowed. |
|
|||||||||
| Home >> All >> jxl >> [ biff overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||