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 Node.js via C++ supports pivot tables and pivot charts.
Aspose.Cells for Node.js via C++ 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:
Install Aspose.Cells for Node.js via C++ from NPM using the command:
$ npm install aspose.cells.node
You can also follow the step‑by‑step instructions on how to install “Aspose.Cells for Node.js via C++” in your developer environment.
To create a pivot table using Aspose.Cells for Node.js via C++:
put_value method. You can also use a template file that is 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 Node.js via C++:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.