- Removed 'use warnings' from all tests
[p5sagit/Excel-Template.git] / README
CommitLineData
d0eafc11 1Excel::Template is a layout system to use the data structure from HTML::Template
2and create a Microsoft Excel file. A few caveats:
31) All limitations stated in Spreadsheet::WriteExcel are in force, as that is
4 the module used for rendering.
52) The output() method is not extremely well-tested.
63) Not all the methods have been tested in all situations. I fully expect bugs
7 to come back and have to be fixed.
8
9Barring all of that, and a slight lack of features, it's a good module. Enjoy!
10
11Rob