Generating Excel documents with Ruby

前端 未结 4 1864
鱼传尺愫
鱼传尺愫 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条回答
  •  执笔经年
    2021-01-13 13:37

    How about https://github.com/randym/axlsx

    This gem can easily generate spreadsheets in the OOXML format (Open Office XML)

提交回复
热议问题