Resolved gh-444 by adding the new phpspreadsheet library, and removing the old PHPExcel library.

This commit is contained in:
2020-04-19 02:48:23 +02:00
parent c006572674
commit ddd940e968
958 changed files with 113578 additions and 221271 deletions

View File

@ -411,6 +411,20 @@ class Get
*/
public $addEximport = false;
/**
* The Import & Export View
*
* @var array
*/
public $eximportView = array();
/**
* The Import & Export Custom Script
*
* @var array
*/
public $importCustomScripts = array();
/**
* The Tag & History Switch
*