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.>
How about https://github.com/randym/axlsx
This gem can easily generate spreadsheets in the OOXML format (Open Office XML)