public class ExcelRow extends Object
| 构造器和说明 |
|---|
ExcelRow() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCell(Object value) |
ExcelCell |
getCell(int i) |
List<ExcelCell> |
getCells() |
String |
getCellStringValue(int i) |
Object |
getCellValue(int i) |
ExcelCell |
getFirstCell() |
int |
getTotalCellsNum() |
boolean |
hasCells() |
boolean |
isEmptyRow() |
void |
setCells(List<ExcelCell> cells) |
String |
toString() |
public int getTotalCellsNum()
public boolean hasCells()
public boolean isEmptyRow()
public void addCell(Object value)
public ExcelCell getFirstCell()
public ExcelCell getCell(int i)
public Object getCellValue(int i)
public String getCellStringValue(int i)
Copyright © 2016. All rights reserved.