| 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 | Interface for cell formats - used for typing information
|
| DateCell | A date cell
|
| DateFormulaCell | A mixin interface for date formulas, which combines the interfaces
for formulas and for dates
|
| 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. |
| Image | Accessor functions for an image
|
| 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
|