This package extends PHP Excel classes with pivot table support.
It provides sub-classes for the classes of PHP Excel packages and new classes that can allow manipulating pivot tables in spreadsheets generated in Microsoft Excel format.
Currently, this package provides:
- A spreadsheet sub-class that can process and add pivot tables
- A Excel XLSX parser sub-class that can read and include in the spreadsheet pivot table information
- A Excel XLSX writer sub-class that export pivot table information
- A relationship sub-class that provides access to relationship functions that are private in the parent relationship class
- A workbook sub-class that provides access to relationship functions that are private in the parent workbook class
- Several classes to manipulate pivot tables, pivot table collections, groups of rows and columns in a pivot table, group collections, pivot table caching |