Import spreadsheet with confirmation

Has anyone seen any library or done any build on importing a csv/spreadsheet and before inserting to DB, actually displaying all the found rows on screen and allowing the user to modify/check the contents before saving to DB ?

thx

Phpexcel will allow you to manipulate excel

  1. You can leverage it to get data from excel

  2. Generate models per #1

  3. Use tablet view to show data

  4. In your controller to validate #3’s data before insert into DB.