DEV Community

Discussion on: How does one create MS Office documents programmatically?

Collapse
 
derekjhopper profile image
Derek Hopper

I recently had to generate an Excel file with Ruby. My guess is you're looking for something that can read and write OpenXML files. I had moderate success with github.com/randym/axlsx (it's a Ruby gem however).

For JavaScript, github.com/Ziv-Barber/officegen looks worthy of investigation, however I've never used it. Good luck!