public class ExcelConfig extends InitConfig
| 限定符和类型 | 字段和说明 |
|---|---|
static ExcelConfig |
excelConfig |
log| 构造器和说明 |
|---|
ExcelConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
done() |
int |
getErrorTemplateCellIndex() |
String |
getErrorTemplateExportName() |
String |
getErrorTemplatePath() |
int |
getErrorTemplateRowIndex() |
int |
getErrorTemplateSheetIndex() |
void |
setErrorTemplateCellIndex(int errorTemplateCellIndex) |
void |
setErrorTemplateExportName(String errorTemplateExportName) |
void |
setErrorTemplatePath(String errorTemplatePath) |
void |
setErrorTemplateRowIndex(int errorTemplateRowIndex) |
void |
setErrorTemplateSheetIndex(int errorTemplateSheetIndex) |
protected void |
showInfomation() |
initpublic static ExcelConfig excelConfig
public String getErrorTemplateExportName()
public void setErrorTemplateExportName(String errorTemplateExportName)
public int getErrorTemplateSheetIndex()
public void setErrorTemplateSheetIndex(int errorTemplateSheetIndex)
public int getErrorTemplateRowIndex()
public void setErrorTemplateRowIndex(int errorTemplateRowIndex)
public int getErrorTemplateCellIndex()
public void setErrorTemplateCellIndex(int errorTemplateCellIndex)
public String getErrorTemplatePath()
public void setErrorTemplatePath(String errorTemplatePath)
protected void done()
done 在类中 InitConfigprotected void showInfomation()
showInfomation 在类中 InitConfigCopyright © 2019. All rights reserved.