public class CsvCell extends Object implements InSheetCell
| 构造器和说明 |
|---|
CsvCell() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getSheetIndex() |
CellDataType |
getType()
单元格数据类型
|
Optional<Object> |
value()
获取单元格的值,如果值为
null则返回Optional.empty() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSheetNamegetColumnIndex, getRowIndex, isEndOfRow, of, of, of, valueAsTextpublic int getSheetIndex()
getSheetIndex 在接口中 InSheetCellpublic Optional<Object> value()
Cellnull则返回Optional.empty()public CellDataType getType()
CellCopyright © 2020–2022. All rights reserved.