Commit f7445e2d914528ea676ddf49d10eb30395243b3f
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/components/parsers/config.php
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
73 | ['class' => 'yii\multiparser\XlsxParser', | 73 | ['class' => 'yii\multiparser\XlsxParser', |
74 | 'path_for_extract_files' => \Yii::getAlias('@temp_upload') . '/xlsx/', | 74 | 'path_for_extract_files' => \Yii::getAlias('@temp_upload') . '/xlsx/', |
75 | //'auto_detect_first_line' => true, | 75 | //'auto_detect_first_line' => true, |
76 | - 'has_header_row' => true, | 76 | + //'has_header_row' => true, |
77 | 'active_sheet' => 1, | 77 | 'active_sheet' => 1, |
78 | 'converter_conf' => [ | 78 | 'converter_conf' => [ |
79 | 'class' => 'common\components\parsers\CustomConverter', | 79 | 'class' => 'common\components\parsers\CustomConverter', |