19 years agoAdded new tests, fixed a bug, and cleaned up more code: Intermediate check-in
Rob Kinyon [Fri, 4 Mar 2005 14:23:33 +0000]
Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in

19 years agoImproved tests and documentation. Fixed a few bugs in register()
Rob Kinyon [Fri, 25 Feb 2005 18:42:26 +0000]
Improved tests and documentation. Fixed a few bugs in register()

19 years agoAdded filehandles to be parseable
Rob Kinyon [Thu, 24 Feb 2005 20:06:16 +0000]
Added filehandles to be parseable

19 years agoMETA.yml for 0.21
Rob Kinyon [Thu, 24 Feb 2005 19:13:10 +0000]
META.yml for 0.21

19 years agoFinished changes for v0.21 - including documentation fixes and a new renderer
Rob Kinyon [Thu, 24 Feb 2005 16:44:49 +0000]
Finished changes for v0.21 - including documentation fixes and a new renderer

19 years agoIntermediate commit - just have to add/fix POD for two classes, then done
Rob Kinyon [Thu, 24 Feb 2005 15:43:19 +0000]
Intermediate commit - just have to add/fix POD for two classes, then done

19 years agoIntermediate commit
Rob Kinyon [Wed, 23 Feb 2005 21:02:47 +0000]
Intermediate commit

19 years agoAdded CELL type attr; Removed PM_FILTER
Rob Kinyon [Wed, 26 Jan 2005 16:59:52 +0000]
Added CELL type attr; Removed PM_FILTER

19 years agoFixed minor installation and documentation issues
Rob Kinyon [Wed, 8 Dec 2004 18:22:04 +0000]
Fixed minor installation and documentation issues

19 years ago - Removed 'use warnings' from all tests
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

19 years ago0.17 Sat Nov 05 23:30:00 2004
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

19 years ago - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
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

19 years ago- Fixed bugs that were:
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

19 years agoForgot to add to Changes
Rob Kinyon [Thu, 4 Nov 2004 18:17:10 +0000]
Forgot to add to Changes

19 years agoUpdate Excel::Template version
Rob Kinyon [Thu, 4 Nov 2004 18:14:03 +0000]
Update Excel::Template version

19 years agoFixed email address to gmail address
Rob Kinyon [Thu, 4 Nov 2004 18:09:16 +0000]
Fixed email address to gmail address
Added new format handling + POD

19 years agoFixed MANIFEST
Rob Kinyon [Wed, 27 Oct 2004 17:44:00 +0000]
Fixed MANIFEST

19 years agoIncrement version number (Doh!)
Rob Kinyon [Wed, 27 Oct 2004 17:37:09 +0000]
Increment version number (Doh!)

19 years ago- Converted to use Unicode logic from PDF::Template
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

19 years agoInitial Import
Rob Kinyon [Wed, 27 Oct 2004 12:59:22 +0000]
Initial Import