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
+1 -1
View File
@@ -27,7 +27,7 @@ include 'PHPExcel/IOFactory.php';
$inputFileType = 'Xls';
// $inputFileType = 'Xlsx';
// $inputFileType = 'Excel2003XML';
// $inputFileType = 'Xml';
// $inputFileType = 'Ods';
// $inputFileType = 'Gnumeric';
$inputFileName = './sampleData/example1.xls';