| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| 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 | Field and Description |
|---|---|
protected WorkBook |
CellRange.mybook |
| Modifier and Type | Method and Description |
|---|---|
WorkBook |
CellRange.getWorkBook() |
WorkBook |
CellHandle.getWorkBook()
returns the WorkBookHandle for this Cell
|
WorkBook |
WorkSheet.getWorkBook() |
WorkBook |
RowHandle.getWorkBook() |
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONArray |
CellRange.getValuesAsJSON(String range,
WorkBook wbh)
return a JSON array of cell values for the given range
static version |
void |
CellRange.setWorkBook(WorkBook bk)
attach the workbook for this CellRange
|
protected void |
FormatHandle.updateFromCF(Cf cf,
WorkBook book)
updates this format handle via a Cf rule
|
| Constructor and Description |
|---|
CellHandle(BiffRec c,
WorkBook myb)
Public Constructor added for use in Bean-context ONLY.
|
CellRange(String range,
WorkBook bk)
Constructor which creates a new CellRange from a String range
The String range must be in the format Sheet!CR:CR For Example, "Sheet1!C9:I19" |
CellRange(String range,
WorkBook bk,
boolean c)
Constructor which creates a new CellRange from a String range
The String range must be in the format Sheet!CR:CR For Example, "Sheet1!C9:I19" |
CellRange(String range,
WorkBook bk,
boolean createblanks,
boolean initcells)
Constructor which creates a new CellRange from a String range
The String range must be in the format Sheet!CR:CR For Example, "Sheet1!C9:I19" |
FormatHandle(Condfmt cx,
WorkBook book,
int xfnum,
CellHandle c)
Constructs a dummy FormatHandle for the given conditional format.
|
FormatHandle(WorkBook book)
Constructs a FormatHandle for the given WorkBook's default format.
|
FormatHandle(WorkBook workBook,
int i)
Jan 27, 2011
|
FormatHandle(WorkBook book,
int xfnum,
boolean dedupe)
Constructs a FormatHandle for the given format index and WorkBook.
|
FormatHandle(WorkBook book,
String fontname,
int fontstyle,
int fontsize) |
FormatHandle(WorkBook book,
Xf xfr)
Constructs a FormatHandle for the given WorkBook and format record.
|
FormulaHandle(Formula f,
WorkBook book)
Create a new FormulaHandle from an Excel Formula
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.