Edit

Excel.Interfaces.PivotTableData interface

An interface describing the data returned by calling pivotTable.toJSON().

Remarks

Used by

Properties

columnHierarchies

The Column Pivot Hierarchies of the PivotTable.

dataHierarchies

The Data Pivot Hierarchies of the PivotTable.

enableDataValueEditing

Specifies if the PivotTable allows values in the data body to be edited by the user.

filterHierarchies

The Filter Pivot Hierarchies of the PivotTable.

hierarchies

The Pivot Hierarchies of the PivotTable.

id

ID of the PivotTable.

name

Name of the PivotTable.

rowHierarchies

The Row Pivot Hierarchies of the PivotTable.

useCustomSortLists

Specifies if the PivotTable uses custom lists when sorting.

Property Details

columnHierarchies

The Column Pivot Hierarchies of the PivotTable.

columnHierarchies?: Excel.Interfaces.RowColumnPivotHierarchyData[];

Property Value

Remarks

API set: ExcelApi 1.8

dataHierarchies

The Data Pivot Hierarchies of the PivotTable.

dataHierarchies?: Excel.Interfaces.DataPivotHierarchyData[];

Property Value

Remarks

API set: ExcelApi 1.8

enableDataValueEditing

Specifies if the PivotTable allows values in the data body to be edited by the user.

enableDataValueEditing?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.9

filterHierarchies

The Filter Pivot Hierarchies of the PivotTable.

filterHierarchies?: Excel.Interfaces.FilterPivotHierarchyData[];

Property Value

Remarks

API set: ExcelApi 1.8

hierarchies

The Pivot Hierarchies of the PivotTable.

hierarchies?: Excel.Interfaces.PivotHierarchyData[];

Property Value

Remarks

API set: ExcelApi 1.8

id

ID of the PivotTable.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.5

name

Name of the PivotTable.

name?: string;

Property Value

string

Remarks

API set: ExcelApi 1.3

rowHierarchies

The Row Pivot Hierarchies of the PivotTable.

rowHierarchies?: Excel.Interfaces.RowColumnPivotHierarchyData[];

Property Value

Remarks

API set: ExcelApi 1.8

useCustomSortLists

Specifies if the PivotTable uses custom lists when sorting.

useCustomSortLists?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.9