|
|
@@ -243,7 +243,7 @@ class Stroage extends Model
|
|
|
if (in_array($fileType, $typeData)) {
|
|
|
if($fileType == 'docx'){
|
|
|
$file = Stroage::convertFile($file,'doc');
|
|
|
- }else if($fileType == 'xlx'){
|
|
|
+ }else if($fileType == 'xls'){
|
|
|
$file = Stroage::convertFile($file,'xlsx');
|
|
|
}
|
|
|
$file = Stroage::onLineConvertFile($file);
|