com.alibaba.excel.metadata
类 BasicParameter
- java.lang.Object
-
- com.alibaba.excel.metadata.BasicParameter
-
- 直接已知子类:
- ReadBasicParameter, WriteBasicParameter
public class BasicParameter extends Object
Basic parameter- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 BasicParameter()
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Boolean
getAutoTrim()
Class
getClazz()
List<Converter>
getCustomConverterList()
List<List<String>>
getHead()
Boolean
getUse1904windowing()
void
setAutoTrim(Boolean autoTrim)
void
setClazz(Class clazz)
void
setCustomConverterList(List<Converter> customConverterList)
void
setHead(List<List<String>> head)
void
setUse1904windowing(Boolean use1904windowing)
-
方法详细资料
getClazz
public Class getClazz()
setClazz
public void setClazz(Class clazz)
getAutoTrim
public Boolean getAutoTrim()
setAutoTrim
public void setAutoTrim(Boolean autoTrim)
getUse1904windowing
public Boolean getUse1904windowing()
setUse1904windowing
public void setUse1904windowing(Boolean use1904windowing)
Copyright © 2018–2019 Alibaba Group. All rights reserved.