| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| io.starter.toolkit |
| Modifier and Type | Method and Description |
|---|---|
Font |
Ss_rPr.generateFont(DocumentHandle bk)
given an rPr OOXML text run properties, create an OpenXLS font
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentHandle |
DocumentHandle.getInstance(InputStream input)
Looks for magic numbers in the given input data and attempts to parse
it with an appropriate
DocumentHandle subclass. |
| Modifier and Type | Method and Description |
|---|---|
static File |
TempFileManager.writeToTempFile(String prefix,
String extension,
DocumentHandle doc) |
Copyright © 2002–2019 Starter Inc.. All rights reserved.