Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
With Aspose.Cells, it is possible to add pivot tables to spreadsheets. Aspose.Cells has a number of special classes used specifically to create and control pivot tables. These classes are used to create and set the properties of a PivotTable object, used as the pivot table building blocks.
The pivot table objects are:
To create a pivot table using Aspose.Cells, please follow the steps below:
The code example below shows how to create a simple pivot table following the basic steps listed above. When executing the code, a pivot table is added to the worksheet:
Creating a pivot table based on a corresponding field

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.