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