Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
A pivot table is an interactive summary of records. For example, you may have hundreds of invoice entries in a list in a worksheet. A pivot table can total the invoices by customer, product or date. With Microsoft Excel it is possible to quickly re‑arrange the information in the pivot table by dragging buttons to a new position.
A pivot chart is an interactive graphical representation of the data in a pivot table. Pivot charts were introduced in Excel 2000. Using a pivot chart makes it even easier to understand the data since the pivot table creates subtotals and totals automatically.
Aspose.Cells supports pivot tables and pivot charts.
Aspose.Cells provides a special set of classes used to create pivot tables. These classes are used to create and set PivotTable objects, which act as the basic building blocks of a PivotTable object:
...\Program Files\Aspose\Aspose.Cells\Bin\Net1.0\Aspose.Cells.dll.To create a pivot table using Aspose.Cells:
PutValue/SetValue method. You can also use a template file already filled with data. The data will be used as the pivot table’s data source.Add method (encapsulated in the Worksheet object).Code examples are given below.
To create a PivotChart using Aspose.Cells:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.