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
@@ -22,7 +22,7 @@ include 'PHPExcel/IOFactory.php';
\PhpOffice\PhpSpreadsheet\Cell::setValueBinder(new \PhpOffice\PhpSpreadsheet\Cell\AdvancedValueBinder());
$inputFileType = 'CSV';
$inputFileType = 'Csv';
$inputFileName = './sampleData/example1.tsv';
$reader = \PhpOffice\PhpSpreadsheet\IOFactory::createReader($inputFileType);