Rob Kinyon [Wed, 8 Dec 2004 18:22:04 +0000]
Fixed minor installation and documentation issues
Rob Kinyon [Fri, 12 Nov 2004 19:43:26 +0000]
- Removed 'use warnings' from all tests
- All warnings are suppressed unless $^W is true
- Added 'height' value for ROW
- Added 'width' value for CELL
- Fixed PM_FILTER to work on Redhat
Rob Kinyon [Sat, 6 Nov 2004 04:39:25 +0000]
0.17 Sat Nov 05 23:30:00 2004
- Added worksheet protection
- Fixed several bugs found by adding more tests
- SCOPE node actually works
- CONDITIONAL / IF now handles string values correctly
Rob Kinyon [Fri, 5 Nov 2004 18:33:24 +0000]
- Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
- This means that the Unicode handling is cleaner from a source
perspective
- Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
- Finally have a semi-real testing suite!
- Added minimal Spreadsheet::WriteExcel mockobject
- Fixed several bugs in formats found by building tests
- HIDDEN node now actually works
- LOCKED node now actually works
Rob Kinyon [Thu, 4 Nov 2004 21:14:14 +0000]
- Fixed bugs that were:
- preventing a worksheet from using a variable name in a loop
- allowing two worksheets to have the same name
- preventing a worksheet from being called '0' or '0.0'
- Added back-references. This allows for one cell to refer to another
cell in an Excel-aware way, especially in formulas.
- Added the following nodes:
- BACKREF
- RANGE
Rob Kinyon [Thu, 4 Nov 2004 18:17:10 +0000]
Forgot to add to Changes
Rob Kinyon [Thu, 4 Nov 2004 18:14:03 +0000]
Update Excel::Template version
Rob Kinyon [Thu, 4 Nov 2004 18:09:16 +0000]
Fixed email address to gmail address
Added new format handling + POD
Rob Kinyon [Wed, 27 Oct 2004 17:44:00 +0000]
Fixed MANIFEST
Rob Kinyon [Wed, 27 Oct 2004 17:37:09 +0000]
Increment version number (Doh!)
Rob Kinyon [Wed, 27 Oct 2004 17:36:39 +0000]
- Converted to use Unicode logic from PDF::Template
- Added mailing list and new email address to POD
Rob Kinyon [Wed, 27 Oct 2004 12:59:22 +0000]
Initial Import