public class ExcelParseParam extends Object
构造器和说明 |
---|
ExcelParseParam() |
限定符和类型 | 方法和说明 |
---|---|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
int |
getColor() |
String |
getFormat() |
int |
getHeight() |
Integer |
getIndex() |
Object |
getKey() |
Method |
getLinkMethod() |
Method |
getMethod() |
String |
getNumFormat() |
String |
getSourceLink() |
Set<String> |
getSpecifyCol() |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) |
void |
setColor(int color) |
void |
setFormat(String format) |
void |
setHeight(int height) |
void |
setIndex(Integer index) |
void |
setKey(Object key) |
void |
setLinkMethod(Method linkMethod) |
void |
setMethod(Method method) |
void |
setNumFormat(String numFormat) |
void |
setSourceLink(String sourceLink) |
void |
setSpecifyCol(Set<String> specifyCol) |
public Integer getIndex()
public void setIndex(Integer index)
public int getHeight()
public void setHeight(int height)
public int getColor()
public void setColor(int color)
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
public Method getMethod()
public Object getKey()
public void setKey(Object key)
public void setMethod(Method method)
public String getFormat()
public void setFormat(String format)
public String getNumFormat()
public void setNumFormat(String numFormat)
public Method getLinkMethod()
public void setLinkMethod(Method linkMethod)
public String getSourceLink()
public void setSourceLink(String sourceLink)
Copyright © 2021. All rights reserved.