Package cn.creekmoon.excel.core.W
Class Writer
java.lang.Object
cn.creekmoon.excel.core.W.Writer
- Direct Known Subclasses:
TitleWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.poi.ss.usermodel.CellStyle获取运行时的样式对象abstract org.apache.poi.ss.usermodel.Workbookprotected void声明周期钩子函数, 当执行stopWrite时protected void声明周期钩子函数, 当切换sheet页时protected voidonWrite()声明周期钩子函数, 当写入数据时
-
Field Details
-
sheetIndex
-
sheetName
-
-
Constructor Details
-
Writer
public Writer()
-
-
Method Details
-
getWorkbook
public abstract org.apache.poi.ss.usermodel.Workbook getWorkbook() -
getRunningTimeCellStyle
protected abstract org.apache.poi.ss.usermodel.CellStyle getRunningTimeCellStyle(ExcelCellStyle style) 获取运行时的样式对象 -
onWrite
protected void onWrite()声明周期钩子函数, 当写入数据时 -
onSwitchSheet
protected void onSwitchSheet()声明周期钩子函数, 当切换sheet页时 -
onStopWrite
protected void onStopWrite()声明周期钩子函数, 当执行stopWrite时
-