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