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

后端 未结 4 689
天命终不由人
天命终不由人 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 15:02

    I understand this is insanely old, but I was looking for it so someone else might be.

    This is the answer. (I'm using Sinatra.)

    https://github.com/zdavatz/spreadsheet/issues/125#issuecomment-370157753

提交回复
热议问题