Update spreadsheet-reader.lnk.php

This commit is contained in:
Namhyeon Go 2019-06-15 15:31:52 +09:00 committed by GitHub
parent 36d7628865
commit c7b89a5ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ if(!check_function_exists("parse_excel_file")) {
$spreadsheet = false;
$columnNames = array();
$fileFormat = strtolower($format);
/*
$fileFormat = strtolower($format);
if($fileFormat == "xlsx") {
$spreadsheet = new SpreadsheetReader_XLSX($filepath);
} elseif($fileFormat == "xls") {