Commit 57e21346ec5fbf5539923f65d592ea15e002af23
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 | 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', | ... | ... |