rmontgomery429
rmontgomery429

Reputation: 14850

Read and edit an excel template using the Axlsx gem?

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?

Upvotes: 4

Views: 3081

Answers (1)

randym
randym

Reputation: 2460

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!

Upvotes: 1

Related Questions