Standardize writers and readers name to be the format most common extension in CamelCase

This commit is contained in:
Adrien Crivelli
2017-01-22 17:39:23 +09:00
parent 1cdc8531b8
commit 031af1e9d2
45 changed files with 163 additions and 145 deletions
+3 -3
View File
@@ -27,11 +27,11 @@ include 'PHPExcel/IOFactory.php';
$inputFileType = 'Xls';
// $inputFileType = 'Xlsx';
// $inputFileType = 'Excel2003XML';
// $inputFileType = 'Xml';
// $inputFileType = 'Ods';
// $inputFileType = 'SYLK';
// $inputFileType = 'Slk';
// $inputFileType = 'Gnumeric';
// $inputFileType = 'CSV';
// $inputFileType = 'Csv';
$inputFileName = './sampleData/example1.xls';
echo 'Loading file ',pathinfo($inputFileName, PATHINFO_BASENAME),' using IOFactory with a defined reader type of ',$inputFileType,'<br />';