| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
static PivotTableHandle |
PivotTableDefinition.parseOOXML(WorkBookHandle bk,
Boundsheet sheet,
InputStream ii)
NOT COMPLETED DO NOT USE
parse a pivotTable OOXML element
Top-level attributes Location information Collection of fields Fields on the row axis Items on the row axis (specific values) Fields on the column axis Items on the column axis (specific values) Fields on the report filter region Fields in the values region Style information Outline of the XML for a pivotTableDefinition (sequence) pivotTableDefinition location pivotFields rowFields rowItems colFields colItems pageFields dataFields conditionalFormats pivotTableStyleInfo |
| Modifier and Type | Method and Description |
|---|---|
PivotTableHandle |
WorkSheetHandle.createPivotTable(String name,
String range,
int sId)
creates a new, blank PivotTable and adds it to the worksheet.
|
PivotTableHandle |
WorkBookHandle.getPivotTable(String ptname)
get a handle to a PivotTable in the WorkBook
|
PivotTableHandle |
WorkBook.getPivotTable(String ptname)
get a handle to a PivotTable in the WorkBook
|
PivotTableHandle[] |
WorkBookHandle.getPivotTables()
get an array of handles to all PivotTables in the WorkBook
|
PivotTableHandle[] |
WorkBook.getPivotTables()
get an array of handles to all PivotTables in the WorkBook
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.