Commit 57e21346ec5fbf5539923f65d592ea15e002af23

Authored by Mihail
1 parent d6f3d21d

fixed issue with rg grup parser (xlsx)

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',