Initial Import
authorRob Kinyon <rob.kinyon@gmail.com>
Wed, 27 Oct 2004 12:59:22 +0000 (12:59 +0000)
committerRob Kinyon <rob.kinyon@gmail.com>
Wed, 27 Oct 2004 12:59:22 +0000 (12:59 +0000)
commitd0eafc11b999be05367693c7d16879a83d3f2d19
treeae42ef328061591b503a833bb619a7c4d419773a
Initial Import
33 files changed:
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
Todo [new file with mode: 0644]
lib/Excel/Template.pm [new file with mode: 0644]
lib/Excel/Template/Base.pm [new file with mode: 0644]
lib/Excel/Template/Container.pm [new file with mode: 0644]
lib/Excel/Template/Container/Bold.pm [new file with mode: 0644]
lib/Excel/Template/Container/Conditional.pm [new file with mode: 0644]
lib/Excel/Template/Container/Format.pm [new file with mode: 0644]
lib/Excel/Template/Container/Hidden.pm [new file with mode: 0644]
lib/Excel/Template/Container/Italic.pm [new file with mode: 0644]
lib/Excel/Template/Container/Locked.pm [new file with mode: 0644]
lib/Excel/Template/Container/Loop.pm [new file with mode: 0644]
lib/Excel/Template/Container/Outline.pm [new file with mode: 0644]
lib/Excel/Template/Container/Row.pm [new file with mode: 0644]
lib/Excel/Template/Container/Scope.pm [new file with mode: 0644]
lib/Excel/Template/Container/Shadow.pm [new file with mode: 0644]
lib/Excel/Template/Container/Strikeout.pm [new file with mode: 0644]
lib/Excel/Template/Container/Workbook.pm [new file with mode: 0644]
lib/Excel/Template/Container/Worksheet.pm [new file with mode: 0644]
lib/Excel/Template/Context.pm [new file with mode: 0644]
lib/Excel/Template/Element.pm [new file with mode: 0644]
lib/Excel/Template/Element/Cell.pm [new file with mode: 0644]
lib/Excel/Template/Element/Formula.pm [new file with mode: 0644]
lib/Excel/Template/Element/Var.pm [new file with mode: 0644]
lib/Excel/Template/Factory.pm [new file with mode: 0644]
lib/Excel/Template/Format.pm [new file with mode: 0644]
lib/Excel/Template/Iterator.pm [new file with mode: 0644]
lib/Excel/Template/TextObject.pm [new file with mode: 0644]
t/001_load.t [new file with mode: 0644]