PhpSpreadsheet/tests/PhpSpreadsheetTests
Adrien Crivelli ea5663bc00
Drop support for PclZip
Over the years PclZip became a maintenance problem. It's code base
is old and the official project seems to have died out. ZipArchive
is now more commonly available and offer an easier and more complete
API. So PclZip was dropped in order to focus our efforts on what matters.

Closes #18
2017-03-11 11:48:46 +09:00
..
Calculation Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Cell Update dev dependencies 2017-01-23 16:02:59 +09:00
Chart Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
Custom Upgrade to PHP-CS-Fixer 2.0 2016-12-22 23:46:26 +09:00
Helper Introduce a tool to migrate from PHPExcel to PhpSpreadsheet 2016-11-28 00:13:57 +09:00
Reader Document ODS supported features 2017-03-06 14:40:27 +09:00
Shared Drop checks for mbstring existence 2017-02-16 11:56:22 +09:00
Style Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Worksheet Update dev dependencies 2017-01-23 16:02:59 +09:00
Writer/Ods Document ODS supported features 2017-03-06 14:40:27 +09:00
CalculationTest.php Drop PHPSPREADSHEET_ROOT constant 2017-01-23 15:35:10 +09:00
CellTest.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IOFactoryTest.php Standardize writers and readers name to be the format most common extension in CamelCase 2017-01-22 17:39:23 +09:00
ReferenceHelperTest.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
SampleTest.php Drop support for PclZip 2017-03-11 11:48:46 +09:00
SettingsTest.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00