| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| io.starter.formats.OOXML | |
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.formats.XLS.formulas | |
| io.starter.formats.cellformat | |
| io.starter.toolkit |
| Class and Description |
|---|
| AutoFilterHandle
AutoFilterHandle allows for manipulation of the AutoFilters within the
Spreadsheet
|
| Cell
A lightweight subset of Cell methods allowing for low memory overhead
streaming implementations
|
| CellHandle
The CellHandle provides a handle to an XLS Cell and its values.
|
| CellRange
Cell Range is a handle to a range of Workbook Cells
Contains useful methods for working with Collections of Cells. |
| CellRangeRef
Represents a reference to a 3D range of cells.
|
| ChartHandle
Chart Handle allows for manipulation of Charts within a WorkBook.
|
| ChartHandle.ChartOptions
Chart Options.
|
| ChartSeriesHandle
Chart Series Handle allows for manipulation of Chart Series within a Chart Handle.
|
| ColHandle
The ColHandle provides access to an Worksheet Column and its Cells.
|
| CommentHandle
CommentHandle allows for manipulation of the Note or Comment feature of Excel
In order to create CommentHandles programatically use the methods in WorkSheetHandle or CellHandle
|
| ConditionalFormatHandle
ConditionalFormatHandle allows for manipulation of the ConditionalFormat cells in Excel
Using the ConditionalFormatHandle, the affected range of ConditionalFormats can be modified,
along with the formatting applied to the cells when the condition is true.
|
| ConditionalFormatRule
ConditionalFormatRule defines a single rule for manipulation of the
ConditionalFormat cells in Excel
Each ConditionalFormatRule contains one rule and corresponding format data.
|
| DateConverter.DateFormat
The set of supported serial date encoding schemes.
|
| Document
An interface representing an OpenXLS document.
|
| DocumentHandle
Functionality common to all document types.
|
| DocumentObjectNotFoundException |
| FormatHandle
Provides methods for querying and changing cell formatting information.
|
| FormulaHandle
Formula Handle allows for manipulation of Formulas within a WorkBook.
|
| Handle
A type that represents a component of a document.
|
| ImageHandle
The ImageHandle provides access to an Image embedded in a spreadsheet.
Use the ImageHandle to work with images in spreadsheet. With an ImageHandle you can: insert images into your spreadsheet set the position of the image set the width and height of the image write spreadsheet image files to any outputstream |
| NameHandle
The NameHandle provides access to a Named Range and its Cells.
Use the NameHandle to work with individual Named Ranges in an XLS file. With a NameHandle you can: get a handle to the Cells in a Name set the default formatting for a Name |
| PivotTableHandle |
| PrinterSettingsHandle
The PrinterSettingsHandle gives you control over the printer settings for a Sheet such as whether to print in landscape or portrait mode.
|
| RowHandle
The RowHandle provides access to a Worksheet Row and its Cells.
|
| ValidationHandle
ValidationHandle allows for manipulation of the validation cells in Excel
|
| WorkBook
An interface representing an OpenXLS WorkBook.
|
| WorkBookException
WorkBookInstantiationException is thrown when a workbook cannot be parsed for a particular reason.
|
| WorkBookHandle
The WorkBookHandle provides a handle to the XLS file and includes convenience
methods for working with the WorkSheets and Cell values within the XLS file.
|
| WorkSheetHandle
The WorkSheetHandle provides a handle to a Worksheet within an XLS file
and includes convenience methods for working with the Cell values within the sheet. for example: WorkBookHandle book = new WorkBookHandle("testxls.xls"); WorkSheetHandle sheet1 = book.getWorkSheet("Sheet1"); CellHandle cell = sheet1.getCell("B22"); to add a cell: CellHandle cell = sheet1.add("Hello World","C22"); to add a numeric cell: CellHandle cell = sheet1.add(Integer.valueOf(120),"C23"); to add a formula cell: CellHandle cell = sheet1.add("=PI()","C24"); |
| Class and Description |
|---|
| DocumentHandle
Functionality common to all document types.
|
| PivotTableHandle |
| WorkBookHandle
The WorkBookHandle provides a handle to the XLS file and includes convenience
methods for working with the WorkSheets and Cell values within the XLS file.
|
| Class and Description |
|---|
| CellHandle
The CellHandle provides a handle to an XLS Cell and its values.
|
| CellRange
Cell Range is a handle to a range of Workbook Cells
Contains useful methods for working with Collections of Cells. |
| ChartHandle
Chart Handle allows for manipulation of Charts within a WorkBook.
|
| DateConverter.DateFormat
The set of supported serial date encoding schemes.
|
| Document
An interface representing an OpenXLS document.
|
| FormatHandle
Provides methods for querying and changing cell formatting information.
|
| ImageHandle
The ImageHandle provides access to an Image embedded in a spreadsheet.
Use the ImageHandle to work with images in spreadsheet. With an ImageHandle you can: insert images into your spreadsheet set the position of the image set the width and height of the image write spreadsheet image files to any outputstream |
| PrinterSettingsHandle
The PrinterSettingsHandle gives you control over the printer settings for a Sheet such as whether to print in landscape or portrait mode.
|
| RowHandle
The RowHandle provides access to a Worksheet Row and its Cells.
|
| WorkBookHandle
The WorkBookHandle provides a handle to the XLS file and includes convenience
methods for working with the WorkSheets and Cell values within the XLS file.
|
| WorkSheetHandle
The WorkSheetHandle provides a handle to a Worksheet within an XLS file
and includes convenience methods for working with the Cell values within the sheet. for example: WorkBookHandle book = new WorkBookHandle("testxls.xls"); WorkSheetHandle sheet1 = book.getWorkSheet("Sheet1"); CellHandle cell = sheet1.getCell("B22"); to add a cell: CellHandle cell = sheet1.add("Hello World","C22"); to add a numeric cell: CellHandle cell = sheet1.add(Integer.valueOf(120),"C23"); to add a formula cell: CellHandle cell = sheet1.add("=PI()","C24"); |
| Class and Description |
|---|
| ChartHandle.ChartOptions
Chart Options.
|
| ChartSeriesHandle
Chart Series Handle allows for manipulation of Chart Series within a Chart Handle.
|
| WorkBookHandle
The WorkBookHandle provides a handle to the XLS file and includes convenience
methods for working with the WorkSheets and Cell values within the XLS file.
|
| Class and Description |
|---|
| CellHandle
The CellHandle provides a handle to an XLS Cell and its values.
|
| Class and Description |
|---|
| Cell
A lightweight subset of Cell methods allowing for low memory overhead
streaming implementations
|
| Class and Description |
|---|
| DocumentHandle
Functionality common to all document types.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.