Import Excel into Rails app

前端 未结 4 1713
情歌与酒
情歌与酒 2021-01-30 14:08

I am creating a small rails app for personal use and would like to be able to upload excel files to later be validated and added to the database. I had this working previously w

4条回答
  •  甜味超标
    2021-01-30 14:32

    Hey I use the spreadsheet gem and wrote a simple app to understand how it all fits together. It currently runs on Rails 3.1 and Carrierwave, hope this helps:

    https://github.com/jalagrange/excel_test_app

提交回复
热议问题