- Fixed bugs that were:
authorRob Kinyon <rob.kinyon@gmail.com>
Thu, 4 Nov 2004 21:14:14 +0000 (21:14 +0000)
committerRob Kinyon <rob.kinyon@gmail.com>
Thu, 4 Nov 2004 21:14:14 +0000 (21:14 +0000)
commit37513eae9a11e4f4364f82dd067b7da534c2b18d
tree842b22e7c28503ecb277203706cba7e04b7a2a61
parent35ea9bbd4e843d7d2532ecb2f940d8e78d51d35f
- 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
12 files changed:
Changes
MANIFEST
Makefile.PL
lib/Excel/Template.pm
lib/Excel/Template/Base.pm
lib/Excel/Template/Container/Worksheet.pm
lib/Excel/Template/Context.pm
lib/Excel/Template/Element/Backref.pm [new file with mode: 0755]
lib/Excel/Template/Element/Cell.pm_
lib/Excel/Template/Element/Range.pm [new file with mode: 0755]
lib/Excel/Template/Factory.pm
lib/Excel/Template/TextObject.pm_