moonlandsoft / yii2-phpexcel

Exporting PHP to Excel
MIT License
135 stars 89 forks source link

Excel Import file data is not saving to database #35

Open santhosh059 opened 5 years ago

santhosh059 commented 5 years ago

$fileName = "upload/RPS.xlsx"; $data = \moonland\phpexcel\Excel::import($fileName); $data->save();

showing error : Call to a member function save() on array