From 5881c58652cf86a146abf70240bd41fb2a4674a7 Mon Sep 17 00:00:00 2001 From: Mihail Date: Wed, 18 Nov 2015 14:18:29 +0200 Subject: [PATCH] fixed issue with rg grup parser (xlsx) --- common/components/parsers/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/components/parsers/config.php b/common/components/parsers/config.php index 909b397..9a67379 100755 --- a/common/components/parsers/config.php +++ b/common/components/parsers/config.php @@ -73,7 +73,7 @@ ['class' => 'yii\multiparser\XlsxParser', 'path_for_extract_files' => \Yii::getAlias('@temp_upload') . '/xlsx/', //'auto_detect_first_line' => true, - 'has_header_row' => true, + //'has_header_row' => true, 'active_sheet' => 1, 'converter_conf' => [ 'class' => 'common\components\parsers\CustomConverter', -- libgit2 0.21.4