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)
commitf160160f0ff079b9d8954c9a2e6ffcfc16e89c37
tree82ed6c5e7a63ca4dce6317401e65a0de72dd7f84
parentb459f7a680fecf051d4bfe013d7f568869431a4e
Initial Import
33 files changed:
trunk/Changes [new file with mode: 0644]
trunk/LICENSE [new file with mode: 0644]
trunk/MANIFEST [new file with mode: 0644]
trunk/Makefile.PL [new file with mode: 0644]
trunk/README [new file with mode: 0644]
trunk/Todo [new file with mode: 0644]
trunk/lib/Excel/Template.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Base.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Bold.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Conditional.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Format.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Hidden.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Italic.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Locked.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Loop.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Outline.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Row.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Scope.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Shadow.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Strikeout.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Workbook.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Container/Worksheet.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Context.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Element.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Element/Cell.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Element/Formula.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Element/Var.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Factory.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Format.pm [new file with mode: 0644]
trunk/lib/Excel/Template/Iterator.pm [new file with mode: 0644]
trunk/lib/Excel/Template/TextObject.pm [new file with mode: 0644]
trunk/t/001_load.t [new file with mode: 0644]