Class ExcelUtilsXlsx
- java.lang.Object
-
- com.arms.egovframework.javaservice.treeframework.excel.ExcelUtilsBase
-
- com.arms.egovframework.javaservice.treeframework.excel.ExcelUtilsXlsx
-
public class ExcelUtilsXlsx extends ExcelUtilsBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExcelUtilsXlsx.HeaderRangestatic classExcelUtilsXlsx.MergeHeaderBox-
Nested classes/interfaces inherited from class com.arms.egovframework.javaservice.treeframework.excel.ExcelUtilsBase
ExcelUtilsBase.SheetInfos
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSHEET_연봉입력static java.lang.StringSHEET_연봉입력_예시-
Fields inherited from class com.arms.egovframework.javaservice.treeframework.excel.ExcelUtilsBase
inputStream, outputStream
-
-
Constructor Summary
Constructors Constructor Description ExcelUtilsXlsx(java.io.InputStream inputStream)ExcelUtilsXlsx(java.io.OutputStream outputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.poi.ss.usermodel.WorkbookcreateBlankNewWorkbook()<T> voidfillWorkBook(org.apache.poi.ss.usermodel.Workbook workbook, java.lang.String sheetName, java.util.List<CellTemplate> templateList, java.util.List<T> srcContent)protected org.apache.poi.ss.usermodel.WorkbookgetWorkbook()-
Methods inherited from class com.arms.egovframework.javaservice.treeframework.excel.ExcelUtilsBase
close, create, getHeaderRowSize, getHeaderTitleName, getHeaderTitleRowSize, getHeaderTotalRowSize, read, read, skipExcelHeader
-
-
-
-
Field Detail
-
SHEET_연봉입력_예시
public static final java.lang.String SHEET_연봉입력_예시
- See Also:
- Constant Field Values
-
SHEET_연봉입력
public static final java.lang.String SHEET_연봉입력
- See Also:
- Constant Field Values
-
-
Method Detail
-
createBlankNewWorkbook
protected org.apache.poi.ss.usermodel.Workbook createBlankNewWorkbook()
- Specified by:
createBlankNewWorkbookin classExcelUtilsBase
-
getWorkbook
protected org.apache.poi.ss.usermodel.Workbook getWorkbook() throws java.io.IOException- Specified by:
getWorkbookin classExcelUtilsBase- Throws:
java.io.IOException
-
fillWorkBook
public <T> void fillWorkBook(org.apache.poi.ss.usermodel.Workbook workbook, java.lang.String sheetName, java.util.List<CellTemplate> templateList, java.util.List<T> srcContent) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException- Specified by:
fillWorkBookin classExcelUtilsBase- Throws:
java.lang.IllegalArgumentExceptionjava.lang.IllegalAccessExceptionjava.lang.ClassNotFoundException
-
-