类 ExcelTemplateGenerator
- 所有已实现的接口:
TemplateGenerator<File>
EasyExcel 实现的(导入)模板生成器对象。
- 作者:
- 时克英
-
字段概要
从类继承的字段 com.walker.di.AbstractTemplateGenerator
logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract StringacquireWriteFilePath(Object option) 获取要写入模板文件的具体路径,如: d:/demo/template/123.xlsxprotected File从类继承的方法 com.walker.di.AbstractTemplateGenerator
acquireWriteContent, checkOption, generate
-
构造器详细资料
-
ExcelTemplateGenerator
public ExcelTemplateGenerator()
-
-
方法详细资料
-
writeContent
- 指定者:
writeContent在类中AbstractTemplateGenerator<File>- 抛出:
TemplateException
-
acquireWriteFilePath
获取要写入模板文件的具体路径,如: d:/demo/template/123.xlsx- 参数:
option-- 返回:
-