public class PivotTableDefinition extends Object implements OOXMLElement
| Constructor and Description |
|---|
PivotTableDefinition() |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getOOXML() |
static PivotTableHandle |
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 |
public static PivotTableHandle parseOOXML(WorkBookHandle bk, Boundsheet sheet, InputStream ii)
A PivotTable report that has more than one row field has one inner row field,
the one closest to the data area.
Any other row fields are outer row fields
Items in the outermost row field are displayed only once,
but items in the rest of the row fields are repeated as needed
Page fields allow you to filter the entire PivotTable report to
display data for a single item or all the items.
Data fields provide the data values to be summarized. Usually data fields contain numbers,
which are combined with the Sum summary function, but data fields can also contain text,
in which case the PivotTable report uses the Count summary function.
If a report has more than one data field, a single field button named Data
appears in the report for access to all of the data fields.
bk - sheet - ii - public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementsxview - public void setPt(Sxview sxview) { pt= sxview; }OOXMLElement.cloneElement()public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()Copyright © 2002–2019 Starter Inc.. All rights reserved.