Notes:
== What is it?
Spreadsheet::Excel is a port of John McNamara's Perl module
"Spreadsheet::WriteExcel". It allows you to generate Microsoft Excel compatible
spreadsheets (in Excel 95 format) on *any* platform. These spreadsheets are
viewable with most other popular spreadsheet programs, including Gnumeric.
Spreadsheet::Excel was originally written by Daniel J. Berger and is now
maintained by Hannes Wyss.
== How to get it?
gem install spreadsheet-excel
Changes:
== 0.3.5.1 - 8-Feb-2007
* Fixed a bug reported by Kirk Haines where string-inputs were sliced into
oblivion by Worksheet#write. This only concerns gem-installations of
Spreadsheet::Excel. Stupid, stupid maintainers should create gems from a
clean export, not a working directory containing highly experimental code!
|