Read more

randym/axlsx · GitHub

Arne Hartherz
December 17, 2012Software engineer at makandra GmbH

Axlsx Show archive.org snapshot is an incredible gem to generate "Office Open XML" spreadsheet files (XLSX). Does not break on large spreadsheets and supports a ton of features like graphs.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

API looks mature and existing code is easy to migrate when coming from the spreadsheet gem.
The documentation of some methods is a bit out of date, but you'll find your way around the gem's code.

No support for reading files, however. :( If you want to open XLSX spreadsheets (for example to confirm your output in tests), you can use roo Show archive.org snapshot .

To easily dump Rails records to XLSX, there is also axlsx_rails Show archive.org snapshot (haven't tried it yet).


xlsx generation with charts, images, automated column width, customizable styles and full schema validation.
Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification.

Example screenshot

Posted by Arne Hartherz to makandra dev (2012-12-17 15:46)