![]() |
Export to Excel Spreadsheet
Hi Everyone,
=20 I'm looking for a reporter for Ruby, I need to export some data to a predefined Excel spreadsheet, I am trying to use jasper but I can't find a good tutorial. Thanks in advance=20 |
Re: Export to Excel Spreadsheet
CORPO. ALAN MACIEL wrote:
> I'm looking for a reporter for Ruby, I need to export some data to a > predefined Excel spreadsheet, I am trying to use jasper but I can't find > a good tutorial. This was found with a cursory look at an archive search: excel = WIN32OLE.new('Excel.Application') workbook = excel.Workbooks.Open('c:\temp\MyWorkbook.xls') http://rubyonwindows.blogspot.com/20...plication.html http://rubyonwindows.blogspot.com/20...-workbook.html http://rubyonwindows.blogspot.com/search/label/excel The archive is a good place to start with questions like this. -- Posted via http://www.ruby-forum.com/. |
| All times are GMT. The time now is 07:50 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.