public final class ExcelColumnMapping extends Object
| 构造器和说明 |
|---|
ExcelColumnMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<? extends CustomWriteConverter> |
getCustomWriteConverter() |
String |
getDefaultValue() |
FileType |
getFileType() |
String |
getFormat() |
Class<?>[] |
getGroups() |
int |
getIndex() |
LinkType |
getLinkType() |
String |
getMapping() |
int |
getOrder() |
PromptContainer |
getPromptContainer() |
String[] |
getStyle() |
String |
getTitle() |
int |
getWidth() |
boolean |
isConvertToString() |
boolean |
isFormula() |
static ExcelColumnMapping |
mapping(ExcelColumn excelColumn) |
void |
setCustomWriteConverter(Class<? extends CustomWriteConverter> customWriteConverter) |
void |
setPromptContainer(PromptContainer promptContainer) |
public static ExcelColumnMapping mapping(ExcelColumn excelColumn)
public String getTitle()
public int getOrder()
public int getIndex()
public Class<?>[] getGroups()
public String getDefaultValue()
public int getWidth()
public boolean isConvertToString()
public String getFormat()
public String[] getStyle()
public LinkType getLinkType()
public String getMapping()
public FileType getFileType()
public boolean isFormula()
public PromptContainer getPromptContainer()
public void setPromptContainer(PromptContainer promptContainer)
public Class<? extends CustomWriteConverter> getCustomWriteConverter()
public void setCustomWriteConverter(Class<? extends CustomWriteConverter> customWriteConverter)
Copyright © 2021. All rights reserved.