Commit 00a6f5957a61af0275eb3de11005019efe883c3c

Authored by Administrator
2 parents 4b276635 57e21346

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 73 ['class' => 'yii\multiparser\XlsxParser',
74 74 'path_for_extract_files' => \Yii::getAlias('@temp_upload') . '/xlsx/',
75 75 //'auto_detect_first_line' => true,
76   - 'has_header_row' => true,
  76 + //'has_header_row' => true,
77 77 'active_sheet' => 1,
78 78 'converter_conf' => [
79 79 'class' => 'common\components\parsers\CustomConverter',
... ...