arogachev / yii2-excel

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

Error when preparing data for import: sheet "Parents", cell "A2". Attribute not exist. #42

Closed zizango123 closed 7 years ago

zizango123 commented 7 years ago

When i try to import data from excel sheet to db using yii2 and this plugin the following error shows up . I need help

"Error when preparing data for import: sheet "Parents", cell "A2". Attribute not exist."

arogachev commented 7 years ago

@zizango123 The error is clear - you specified non-existing attribute name for model. For further help, please provide more details - the structure of models, used config for import and relevant piece of data from Excel (you can replace / remove sensitive information).

zizango123 commented 7 years ago

Everything Works fine now. I was using the database attribute names instead of the assigned attribute labels.