Interface Summary |
BooleanCell |
This type represents the Microsoft concept of a Boolean. |
BooleanFormulaCell |
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers |
Cell |
Represents an individual Cell within a Sheet. |
CellFormat |
Deprecated. Repackaged as jxl.format.CellFormat |
DateCell |
A date cell |
ErrorCell |
This type represents a cell which contains an error. |
ErrorFormulaCell |
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers |
FormulaCell |
Interface for formulas which allow clients to read the Excel formula |
Hyperlink |
Hyperlink information. |
LabelCell |
A label cell |
NumberCell |
A cell which contains a numerical value |
NumberFormulaCell |
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers |
Range |
Represents a 3-D range of cells in a workbook. |
Sheet |
Represents a sheet within a workbook. |
StringFormulaCell |
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for strings |