开发者

Export Excel and print document

开发者 https://www.devze.com 2023-02-12 21:40 出处:网络
Hello more beginner than me is not possible i think. My new job involve that i have to learn quickly how ruby on rails works and understand all tips and methods previous programmers used on that proje

Hello more beginner than me is not possible i think. My new job involve that i have to learn quickly how ruby on rails works and understand all tips and methods previous programmers used on that project. i use ruby v1.8.7 and rails 2.3.5 my target is to be able to print document and export to excel several arrays populated with databases data. I already find out several messages here and tried them but i was not able to have one working fine. i didn't succeed to have pdfkit working on my ubuntu server for sample.

Do someone know an easy method to : export to excel (or csv) from a rails view - print to paper and print to pdf

开发者_JAVA技巧

Any tutorial would be appreciated Thanks


For the spreadsheet you might want to try the spreadsheet gem which is an improvement over the old ParseExcel library.

0

精彩评论

暂无评论...
验证码 换一张
取 消