spreadsheet / 0.3.1
| Short description: | Generates MS Excel compatible files | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Misc | |||||
| Status: | Usable | |||||
| Created: | 2002-12-31 15:00:00 GMT | |||||
| Last update: | 2005-10-11 17:37:04 GMT | |||||
| Owner: | Hannes Wyss (Projects of this owner) | |||||
| Homepage: | http://rubyspreadsheet.sourceforge.net | |||||
| Download: | http://prdownloads.sourceforge.net/rubyspreadsheet/spreadsheet-0.3.1.tar.gz?download | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | This module allows you to generate MS Excel compatible files on any platform (also readable by programs like Gnumeric, etc). It’s a port of John McNamara’s Spreadsheet::WriteExcel Perl module. Synopsis
require "spreadsheet/excel"
include Spreadsheet
workbook = Excel.new("test.xls")
worksheet = workbook.add_worksheet
worksheet.write(0, 0, "hello")
worksheet.write(1, 0, ["Matz", "Guido", "Larry"])
workbook.close
|
|||||
| Versions: | [0.3.5 (2006-08-21)] [0.3.4 (2006-02-17)] [0.3.3 (2005-12-05)] [0.3.2 (2005-10-12)] [0.3.1 (2005-10-11)] [0.3.0 (2005-10-11)] [0.2.9 (2004-06-11)] [0.2.8 (2003-12-04)] | |||||