Generating Excel documents with Ruby

前端 未结 4 1916
鱼传尺愫
鱼传尺愫 2021-01-13 13:05

I need to generate Excel documents with Ruby (from Rails) on a Linux machine. I know of Spreadsheet::Excel, but it doesn\'t support formulas, and uses a pretty old format.

4条回答
  •  Happy的楠姐
    2021-01-13 13:54

    I have come across the gem simple_xlsx_writer.

    You can see the example of how to use it over here.

    Hope it helps.

提交回复
热议问题