mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-28 02:58:26 +00:00
Standardize writers and readers name to be the format most common extension in CamelCase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user