Dear all,
Could anyone please suggest about how to export mysql data’s to excel.
Is there any plugins or gem to do so?
Thanks in advance
regards,
Jose Martin
Dear all,
Could anyone please suggest about how to export mysql data’s to excel.
Is there any plugins or gem to do so?
Thanks in advance
regards,
Jose Martin
dare ruby wrote:
Dear all,
Could anyone please suggest about how to export mysql data’s to excel.
Is there any plugins or gem to do so?
By far the simplest solution is to output to Comma Separated Value (CSV)
files. Excel can open them as a spreadsheet. Ruby has a CSV class in
it’s standard library for reading and writing CSV format.
try the spreadsheets gem. it allows you to open up a spreadsheet and
insert
records into it.
On Mon, Jan 12, 2009 at 5:43 AM, Robert W. <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs