PhpSpreadsheet/src
Adrien Crivelli f74fde155f
Remove non-obvious BaseReader's dependency
BaseReader called `isValidFormat` despite it doesn't require it to be
implemented. Instead we replaced `isValidFormat` by a proper implementation
of `canRead` in each classes. This also remove the semantic amibguity between
those two methods.

FIX #32
2016-11-27 14:29:25 +09:00
..
PhpSpreadsheet Remove non-obvious BaseReader's dependency 2016-11-27 14:29:25 +09:00
Autoloader.php As iconv is now enabled by default in PHP, make it a requirement, and modify strig functions to use it where appropriate 2016-08-31 21:52:42 +01:00
Bootstrap.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00