Rename Excel2007 into Xlsx

FIX #5
This commit is contained in:
Adrien Crivelli
2016-10-06 20:39:10 +09:00
parent 2b41bdbf4e
commit 39b55ded30
81 changed files with 355 additions and 335 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if (!\PhpOffice\PhpSpreadsheet\Settings::setChartRenderer($rendererName, $render
return;
}
$inputFileType = 'Excel2007';
$inputFileType = 'Xlsx';
$inputFileNames = __DIR__ . '/templates/36write*.xlsx';
if ((isset($argc)) && ($argc > 1)) {