4

I have an excel template I'd like to load and then edit in ruby. I've looked into the Axlsx gem but I don't see a way to read in a file and edit? Am I missing something?

rmontgomery429
  • 14,660
  • 17
  • 61
  • 66

1 Answers1

1

The only thing I have ever seen that is similar to that is this repo/gem.

https://github.com/asanghi/excel_rails

I've never used it personally, so ymmv!

randym
  • 2,430
  • 1
  • 19
  • 18
  • 9
    Axlsx is an awesome gem. Currently, it just allows to create and render the file. I am considering extending the gem to have it read xls files and edit them too. Do share your thoughts. – Nerve May 12 '13 at 19:49