Class UstraExcelDecodingOption.UstraExcelDecodingOptionBuilder
java.lang.Object
com.gsitm.ustra.java.data.poi.convert.UstraExcelDecodingOption.UstraExcelDecodingOptionBuilder
- Enclosing class:
- UstraExcelDecodingOption
-
Method Summary
Modifier and TypeMethodDescriptionbuild()클래스클래스 목록 (다중 시트 사용 시)dataFormatter(org.apache.poi.ss.usermodel.DataFormatter dataFormatter) 데이터 포맷터file pathheaderRowIndex(int headerRowIndex) 헤더 index rowinputStream(InputStream inputStream) input streamisXls(boolean isXls) XLS 여부비밀번호sheetNamesOrIndexes(List<Object> sheetNamesOrIndexes) 시트 명 또는 Index 목록stopOnError(boolean stopOnError) 오류 발생 시 중지 여부toString()
-
Method Details
-
inputStream
public UstraExcelDecodingOption.UstraExcelDecodingOptionBuilder inputStream(InputStream inputStream) input stream- Returns:
this.
-
filePath
file path- Returns:
this.
-
clazz
클래스- Returns:
this.
-
clazzes
클래스 목록 (다중 시트 사용 시)- Returns:
this.
-
stopOnError
오류 발생 시 중지 여부- Returns:
this.
-
dataFormatter
public UstraExcelDecodingOption.UstraExcelDecodingOptionBuilder dataFormatter(org.apache.poi.ss.usermodel.DataFormatter dataFormatter) 데이터 포맷터- Returns:
this.
-
password
비밀번호- Returns:
this.
-
sheetNamesOrIndexes
public UstraExcelDecodingOption.UstraExcelDecodingOptionBuilder sheetNamesOrIndexes(List<Object> sheetNamesOrIndexes) 시트 명 또는 Index 목록- Returns:
this.
-
isXls
XLS 여부- Returns:
this.
-
headerRowIndex
헤더 index row- Returns:
this.
-
build
-
toString
-