public class JexcelRowData
extends org.jxls.common.RowData
| Constructor and Description |
|---|
JexcelRowData() |
| Modifier and Type | Method and Description |
|---|---|
static org.jxls.common.RowData |
createRowData(jxl.Sheet sheet,
int rowNum,
JexcelTransformer transformer) |
static org.jxls.common.RowData |
createRowData(String sheetName,
jxl.Cell[] cells,
jxl.CellView rowCellView,
JexcelTransformer transformer) |
jxl.Cell[] |
getRow() |
addCellData, getCellData, getHeight, getNumberOfCells, getTransformer, iterator, setTransformerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static org.jxls.common.RowData createRowData(jxl.Sheet sheet,
int rowNum,
JexcelTransformer transformer)
public static org.jxls.common.RowData createRowData(String sheetName, jxl.Cell[] cells, jxl.CellView rowCellView, JexcelTransformer transformer)
public jxl.Cell[] getRow()
Copyright © 2018. All rights reserved.