jxl.biff | |
jxl.biff.drawing | |
jxl.biff.formula | |
jxl.common | |
jxl.common.log | |
jxl.demo | |
jxl.format | |
jxl.read.biff | |
jxl.write | |
jxl.write.biff |
BooleanCell | This type represents the Microsoft concept of a Boolean. | code | html |
BooleanFormulaCell | A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbers | code | html |
Cell | Represents an individual Cell within a Sheet. | code | html |
CellFormat | Interface for cell formats - used for typing information | code | html |
DateCell | A date cell | code | html |
DateFormulaCell | A mixin interface for date formulas, which combines the interfaces for formulas and for dates | code | html |
ErrorCell | This type represents a cell which contains an error. | code | html |
ErrorFormulaCell | A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbers | code | html |
FormulaCell | Interface for formulas which allow clients to read the Excel formula | code | html |
Hyperlink | Hyperlink information. | code | html |
Image | Accessor functions for an image | code | html |
LabelCell | A label cell | code | html |
NumberCell | A cell which contains a numerical value | code | html |
NumberFormulaCell | A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbers | code | html |
Range | Represents a 3-D range of cells in a workbook. | code | html |
Sheet | Represents a sheet within a workbook. | code | html |
StringFormulaCell | A mixin interface for numerical formulas, which combines the interfaces for formulas and for strings | code | html |
Workbook | Represents a Workbook. | code | html |
CellFeatures | Container for any additional cell features | code | html |
CellReferenceHelper | Exposes some cell reference helper methods to the public interface. | code | html |
CellType | An enumeration type listing the available content types for a cell | code | html |
CellView | This is a bean which client applications may use to get/set various properties for a row or column on a spreadsheet | code | html |
HeaderFooter | Class which represents an Excel header or footer. | code | html |
HeaderFooter.Contents | The contents - a simple wrapper around a string buffer | code | html |
JXLException | Base exception class for JExcelAPI exceptions | code | html |
SheetSettings | 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. | code | html |
WorkbookSettings | This is a bean which client applications may use to set various advanced workbook properties. | code | html |