| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Sxview |
Boundsheet.addPivotTable(String ref,
WorkBookHandle wbh,
int sId,
String tablename)
adds a sxview - pivot table lead record - and required associated records to the worksheet
other methods that add data, row, col and page fields will fill in the pivot table fields and formatting info |
Sxview[] |
WorkBook.getAllPivotTableViews()
return all pivot table views (==Sxview records)
SxView is the top-level record of a Pivot Table as distinct from the PivotCache (stored data source in a LEOFile Storage) and PivotTable Stream (SxStream top-level record) |
Sxview |
WorkBook.getPivotTableView(String nm) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkBook.addPivotTable(Sxview sx) |
| Constructor and Description |
|---|
PivotTableHandle(Sxview f,
WorkBookHandle bk)
Create a new PivotTableHandle from an Excel PivotTable
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.