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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
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)