Package io.vertx.tp.plugin.excel.tpl
Class BlueTpl
- java.lang.Object
-
- io.vertx.tp.plugin.excel.tpl.BlueTpl
-
-
Constructor Summary
Constructors Constructor Description BlueTpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyStyle(org.apache.poi.ss.usermodel.Sheet sheet, io.vertx.up.commune.element.TypeAtom TypeAtom)ExTplbind(org.apache.poi.ss.usermodel.Workbook workbook)
-
-
-
Method Detail
-
bind
public ExTpl bind(org.apache.poi.ss.usermodel.Workbook workbook)
-
applyStyle
public void applyStyle(org.apache.poi.ss.usermodel.Sheet sheet, io.vertx.up.commune.element.TypeAtom TypeAtom)- Specified by:
applyStylein interfaceExTpl
-
-