arogachev / yii2-excel

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

Set attribute value as saved primary key #23

Open arogachev opened 8 years ago

arogachev commented 8 years ago

Use this:

A
10 Name
11 Programming test (saved pk)
12

instead of this:

A B
10 Name
11 Programming test Programming test (saved pk)
12