ExcelUtils
an excel report template engine for Java
Features
- Like velocity, ExcelUtils is a parse engine of a template language.
- But scripts of the ExcelUtils is written in Excel sheet.
- You can make a complex report by excel template and ExcelUtils parse
engine.
- You can set the fortmat of your report by WYSIWYG in excel.
- You can call a method by #call tag.
- You can custom your own tag by implements ITag interface.
- You can custom Excel Formula by #formula tag.
- You can split page by #page tag.
- You can user #if tag.