public abstract class ExcelWriteSheetProcessor<T> extends Object
| 构造器和说明 |
|---|
ExcelWriteSheetProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
afterProcess(ExcelWriteContext<T> context) |
abstract void |
beforeProcess(ExcelWriteContext<T> context) |
List<T> |
getDataList() |
ExcelWriteFieldMapping |
getFieldMapping() |
Integer |
getHeadRowIndex() |
ExcelWriteRowProcessor<T> |
getRowProcessor() |
Integer |
getSheetIndex() |
String |
getSheetName() |
int |
getStartRowIndex() |
Integer |
getTemplateEndRowIndex() |
Integer |
getTemplateStartRowIndex() |
Integer |
getTheme() |
boolean |
isTrimSpace() |
abstract void |
onException(ExcelWriteContext<T> context,
RuntimeException e) |
void |
setDataList(List<T> dataList) |
void |
setFieldMapping(ExcelWriteFieldMapping fieldMapping) |
void |
setHeadRowIndex(Integer headRowIndex) |
void |
setRowProcessor(ExcelWriteRowProcessor<T> rowProcessor) |
void |
setSheetIndex(Integer sheetIndex) |
void |
setSheetName(String sheetName) |
void |
setStartRowIndex(int startRowIndex) |
void |
setTemplateRows(Integer start,
Integer end) |
void |
setTheme(Integer theme) |
void |
setTrimSpace(boolean trimSpace) |
public abstract void beforeProcess(ExcelWriteContext<T> context)
public abstract void onException(ExcelWriteContext<T> context, RuntimeException e)
public abstract void afterProcess(ExcelWriteContext<T> context)
public Integer getSheetIndex()
public void setSheetIndex(Integer sheetIndex)
public String getSheetName()
public void setSheetName(String sheetName)
public int getStartRowIndex()
public void setStartRowIndex(int startRowIndex)
public ExcelWriteFieldMapping getFieldMapping()
public void setFieldMapping(ExcelWriteFieldMapping fieldMapping)
public Integer getTemplateStartRowIndex()
public Integer getTemplateEndRowIndex()
public ExcelWriteRowProcessor<T> getRowProcessor()
public void setRowProcessor(ExcelWriteRowProcessor<T> rowProcessor)
public boolean isTrimSpace()
public void setTrimSpace(boolean trimSpace)
public Integer getHeadRowIndex()
public void setHeadRowIndex(Integer headRowIndex)
public Integer getTheme()
public void setTheme(Integer theme)
Copyright © 2016. All Rights Reserved.