I was searching Ruby toolbox for a popular, well-supported tool to generate XSLX (Excel 2007 and on) document, but I didn’t manage to find anything.
I also spent a good amount of time searching on Google, but most of the answers I found seem outdated.
I’ll need to include inline images in the document I generate.
I’m working with Ruby 1.9.2 and Rails 3.
Any suggestions?
Thank you very much!
Bit late to the game, but there you go.
You should use the axlsx gem
On Github:
https://github.com/randym/axlsx
On Rubygems:
https://rubygems.org/gems/axlsx
On Rubytookbox:
https://www.ruby-toolbox.com/projects/axlsx
From the README