RailsXLS Revived
The RailsXLS plugin allows you to write xls files from a view template. Now it is also Rails Edge-friendly! More info here
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The RailsXLS plugin allows you to write xls files from a view template. Now it is also Rails Edge-friendly! More info here
Comments
I never understand why it has to be a genuine XLS for a use case such as this. If you make a CSV and the user opens it in MS Excel, it will display the exact same. Why the bulk of POI and Java etc?here
Post a comment