Uses of Class
com.pig4cloud.plugin.excel.annotation.Sheet
-
Packages that use Sheet Package Description com.pig4cloud.plugin.excel.annotation com.pig4cloud.plugin.excel.handler -
-
Uses of Sheet in com.pig4cloud.plugin.excel.annotation
Methods in com.pig4cloud.plugin.excel.annotation that return Sheet Modifier and Type Method Description Sheet[]sheets()sheet 名称,支持多个 -
Uses of Sheet in com.pig4cloud.plugin.excel.handler
Methods in com.pig4cloud.plugin.excel.handler with parameters of type Sheet Modifier and Type Method Description com.alibaba.excel.write.metadata.WriteSheetAbstractSheetWriteHandler. sheet(Sheet sheet, java.lang.Class<?> dataClass, java.lang.String template, java.lang.Class<? extends HeadGenerator> bookHeadEnhancerClass)获取 WriteSheet 对象
-