diff --git a/common/components/parsers/config.php b/common/components/parsers/config.php index 909b397..9a67379 100755 --- a/common/components/parsers/config.php +++ b/common/components/parsers/config.php @@ -73,7 +73,7 @@ ['class' => 'yii\multiparser\XlsxParser', 'path_for_extract_files' => \Yii::getAlias('@temp_upload') . '/xlsx/', //'auto_detect_first_line' => true, - 'has_header_row' => true, + //'has_header_row' => true, 'active_sheet' => 1, 'converter_conf' => [ 'class' => 'common\components\parsers\CustomConverter', -- libgit2 0.21.4