PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Bill   PHP Excel Pivot Tables   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Excel Pivot Tables
Extends PHP Excel classes with pivot table support
Author: By
Last change:
Date: 1 year ago
Size: 826 bytes
 

Contents

Class file image Download
{ "name": "lyquidity/php-pivottables-4-excel-lite", "description": "Adds limited Excel pivot table functionality to PHPOffice/PHPSpreadsheet", "keywords": ["lyquidity", "pivot", "table", "excel", "office", "phpspreadsheet", "workbook"], "type": "library", "homepage": "https://github.com/bseddon/php-pivottables-4-excel-lite", "license": "GPL-3.0-only", "authors": [ { "name": "Bill Seddon", "homepage": "https://github.com/bseddon" } ], "require": { "php": ">7.0", "pear/log": ">1.13", "ext-dom" : "*", "ext-json" : "*", "ext-libxml" : "*", "ext-xml" : "*", "lib-libxml" : "*", "phpoffice/phpspreadsheet": "^1.5", "lyquidity/utilities": "dev-master", "lyquidity/xml": "dev-master" }, "autoload": { "files": [ "./phpspreadsheet/Spreadsheet.php" ] } }