esempla / yii2-import-export
Esempla Import Export
Installs: 455
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extensions
pkg:composer/esempla/yii2-import-export
Requires
- php: >=7.1.0
- yii2mod/yii2-array-query: *
- yii2tech/spreadsheet: *
README
Installation
The preferred way to install this extension is through composer.
Note: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stabilitysettings for your application's composer.json.
Either run
composer require esempla/yii2-import-export "0.1.*"
or add
"esempla/yii2-import-export": "0.1.*"
to the `require` section of your composer.json file.
Module
The extension has been created as a module. You should configure the module with a name of authManager as shown below:
'modules' => [
	...
             'Importer' => [
                        'class' => 'esempla\import_export\Module',
                        'params'=>[
                            'default_start_column'=>'A', //string
                            'default_start_row'=>1, //int
                            'models_path'=>'common/models'
                        ]
                    ],
	...
],
To acces module
Go to http:://you_server//Importer/default/start