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 for Python via .NET supports pivot tables and pivot charts.
Aspose.Cells for Python via .NET provides a special set of classes used to create pivot tables. These classes are used to create and set PivotTable objects, which act as a PivotTable object’s basic building blocks:
$ pip install aspose-cells-python.To create a pivot table using Aspose.Cells for Python via .NET:
put_value method, or 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 for Python via .NET:
PivotSource of the chart to refer to an existing pivot table in the spreadsheet.Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.