public class ExcelRow extends Object
Constructor and Description |
---|
ExcelRow(org.apache.poi.ss.usermodel.Row row,
ExcelSheet sheet) |
Modifier and Type | Method and Description |
---|---|
ExcelRow |
autoSizeColumn(int startCol,
int endCol) |
int |
colIndex() |
ExcelCell |
newCell() |
ExcelCell |
newCell(long value) |
ExcelCell |
newCell(Number value) |
ExcelCell |
newCell(String value) |
ExcelCell |
newCell(Temporal value) |
ExcelCell |
newCellFormula(String formula) |
ExcelRow |
newRow() |
ExcelRow |
newRow(int rowIdx) |
ExcelSheet |
newSheet(String title) |
org.apache.poi.ss.usermodel.Row |
poiRow() |
org.apache.poi.ss.usermodel.Workbook |
poiWorkbook() |
int |
rowIndex() |
ExcelRow |
save(String fileName) |
ExcelSheet |
sheet() |
ExcelRow |
skipCol() |
ExcelRow |
style(ExcelStyle style) |
ExcelWorkbook |
workbook() |
public ExcelRow(org.apache.poi.ss.usermodel.Row row, ExcelSheet sheet)
public ExcelCell newCell()
public ExcelCell newCell(long value)
public ExcelRow skipCol()
public ExcelRow newRow()
public ExcelRow newRow(int rowIdx)
public ExcelSheet newSheet(String title)
public org.apache.poi.ss.usermodel.Row poiRow()
public int rowIndex()
public int colIndex()
public ExcelSheet sheet()
public ExcelWorkbook workbook()
public org.apache.poi.ss.usermodel.Workbook poiWorkbook()
public ExcelRow save(String fileName) throws IOException
IOException
public ExcelRow autoSizeColumn(int startCol, int endCol)
public ExcelRow style(ExcelStyle style)
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.