Commit 5881c58652cf86a146abf70240bd41fb2a4674a7

Authored by Mihail
1 parent fd65536e

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