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?
Asked
Active
Viewed 2,927 times
1 Answers
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
-
9Axlsx 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