20 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

20 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

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

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

20 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

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

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

20 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

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