How to write data to Excel file format in Ruby on linux platform

Hi All,

I want to create a excel sheet and write a data to it in Ruby langauge
on a lunux platform. My current ruby script reads some information
from YAML format and want to create one excel file as a result file on
linux machine.

Anybody have already worked on similar code please help me out.

Thanks
Vaibhav

Vaibhav

check out the spreadsheet gem:
gem install spreadsheet-excel

cheers
Hannes

ยทยทยท

On Tue, Apr 22, 2008 at 12:05 PM, <vaibhav.tandale@gmail.com> wrote:

Hi All,

I want to create a excel sheet and write a data to it in Ruby langauge
on a lunux platform. My current ruby script reads some information
from YAML format and want to create one excel file as a result file on
linux machine.

Anybody have already worked on similar code please help me out.

Thanks
Vaibhav