I have unleashed Spreadsheet/Excel 0.2.0 upon the
world.
What’s new?
···
===========
Formats!
Better install.rb script
Fixed configuration issues (i.e. it works out of the
box now).
Synopsis
require "spreadsheet"
include Spreadsheet
workbook = Excel.new(“test.xls”)
format = workbook.add_format(:color=>“blue”,:bold=>1)
format.underline = 1
worksheet1 = workbook.add_worksheet
worksheet2 = workbook.add_worksheet(“Numbers”)
worksheet1.write(0,0,“Hello”,format)
worksheet2.write(1,3,8876)
workbook.close
end
Feedback and bug reports welcome.
Regards,
Dan
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com