public class ExcelSheet extends Object
Constructor and Description |
---|
ExcelSheet(org.apache.poi.xssf.streaming.SXSSFSheet sheet,
ExcelWorkbook book) |
ExcelSheet(org.apache.poi.xssf.usermodel.XSSFSheet sheet,
ExcelWorkbook book) |
Modifier and Type | Method and Description |
---|---|
ExcelSheet |
autoSizeColumn(int startCol,
int endCol) |
ExcelSheet |
mergeRegion(int startRow,
int endRow,
int startCol,
int endCol) |
ExcelRow |
newRow() |
ExcelRow |
newRow(int rowIdx) |
ExcelSheet |
newSheet(String title) |
org.apache.poi.ss.usermodel.Sheet |
poiSheet() |
org.apache.poi.ss.usermodel.Workbook |
poiWorkbook() |
int |
rowIndex() |
ExcelSheet |
save(String fileName) |
org.apache.poi.ss.usermodel.Sheet |
sheet() |
ExcelSheet |
skipRow() |
ExcelSheet |
tabColour(org.apache.poi.ss.usermodel.IndexedColors colour) |
ExcelWorkbook |
workbook() |
public ExcelSheet(org.apache.poi.xssf.usermodel.XSSFSheet sheet, ExcelWorkbook book)
public ExcelSheet(org.apache.poi.xssf.streaming.SXSSFSheet sheet, ExcelWorkbook book)
public ExcelRow newRow()
public ExcelRow newRow(int rowIdx)
public org.apache.poi.ss.usermodel.Sheet sheet()
public org.apache.poi.ss.usermodel.Workbook poiWorkbook()
public ExcelSheet skipRow()
public int rowIndex()
public ExcelSheet newSheet(String title)
public ExcelSheet autoSizeColumn(int startCol, int endCol)
public ExcelSheet mergeRegion(int startRow, int endRow, int startCol, int endCol)
public ExcelSheet tabColour(org.apache.poi.ss.usermodel.IndexedColors colour)
public ExcelWorkbook workbook()
public ExcelSheet save(String fileName) throws IOException
IOException
public org.apache.poi.ss.usermodel.Sheet poiSheet()
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.