Revision history for Perl module Spreadsheet::WriteExcel.
0.32 May 17 2001
Minor
Added panes option.
Added page setup options: paper type, orientation, headers
footers, centering.
Added panes example.
0.31 April 12 2001
Major
Fixed several minor and major bugs in Formula.pm. Thanks Shane
Ashby and Borgar Olsen and Christian Kirsch.
Added external worksheet references to formulas.
Added A1 notation.
Added facility to new() to accept valid filehandles. Thanks Peter Dintelmann.
Added more examples. Thanks Tom O'Sullivan.
Updated bigfile.pl example. Thanks to Takanori Kawai.
0.30 Feb 26 2001
Major
Added formulas.
Fixed docs for write_url(). Thanks James Holmes.
Fixed bug when using a numeric format string of zeros. Thanks
Kenneth Stacey.
0.26 Feb 1 2001
Minor
Fixed bug when using a border with the default colour. This
caused the cell format to become unchangeable from within Excel.
Thanks Shenyu Zheng.
Changed worksheet code to automatically fall back to storing
data in memory if opening a tmp file fails.
0.25 Jan 19 2001
Minor
Changed distro file format back to Unix line endings. The
accidental DOS format was causing install problems.
0.24 Jan 14 2001
Minor
Added write_url method.
Added set_merge() alias for set_align('merge') method.
Added warnings about deprecated code when running under -w flag.
Documentation changes.
0.23 Dec 10 2000
Minor
Added customisable numeric formats.
Added set_row() method.
Added set_1904() method.
Added extra examples including contributions. Thanks to all.
Moved secondary modules to WriteExcel namespace to clean-up
Spreadsheet namespace which is now shared with ParseExcel.
Fixed class data bug, thanks Cedric Bouvier.
Fixed Excel crashing!! bug in STYLE, thanks Rich Sorden.
Tidied up internal storage of FONTs and XFs.
Renamed set_col_width() method to set_column().
Renamed set_format() method to set_num_format().
0.22 Oct 22 2000:
Major
Added Format.pm and the facility for cell formatting.
0.21 Oct 1 2000:
Minor
Replaced direct access to worksheets array with a workbook method;
worksheets(). Added set_selection() and set_col_width() worksheet
methods. Replaced the missing thats, including the that that were
in the icebox. Added MS Access bug warning; thanks Harold Bamford.
0.20 Aug 27 2000:
Major
Added multiple worksheets and OLE wrapper. Now compatible with
Star Office, Gnumeric and XESS.
0.11 Aug 25 2000:
Minor
Changes to documentation. Explanation of how to use WriteExcel
in CGI's. Thanks Daniel Gardner.
0.10 May 13 2000:
Minor
Bug in close() and DESTROY sequence fixed, thanks John Wren.
Biff version number fixed, thanks Aurthur@ais, and then unfixed.
Shakey test and distro fixed, thanks to many.
0.09 Feb 1 2000:
Minor
Code for writing DIMENSIONS updated to account for bug when
reading files with QuickView.
Renamed xl_write methods to write.
0.08 Jan 16 2000:
First CPAN release. Spreadsheet::WriteExcel - Write text and
numbers to minimal Excel binary file.