Direct downloading a xls file without writing it to the directory by Spreadsheet gem

后端 未结 4 690
天命终不由人
天命终不由人 2020-12-13 14:29

I am using this Spreadsheet gem to export xls file.

I have the following codes in my controller:

def export
  @data = Data.all

  book = Spreadsheet:         


        
4条回答
  •  隐瞒了意图╮
    2020-12-13 14:47

    The case happen on mybody. I used the ajax request by remote::true to export excel file, nothing display on browser without any error message on console. Delete the remote params from the form, it works well.

提交回复
热议问题