arogachev / yii2-excel

ActiveRecord import and export based on PHPExcel for Yii 2 framework
Other
65 stars 25 forks source link

Only import certain sheet in basic Importer #46

Open roufiq opened 6 years ago

roufiq commented 6 years ago

Hi, I'm currently using this extension for my project. The problem is how I can specify certain sheet that I want to import using basic Importer (e.g I have 2 sheets in my excel file) ? in advanced Importer you could specify them using 'sheetNames' but I didn't see those in basic config.