public class XMLRow extends Row
Row.isEmpty() method to
test whether the row data is an empty node. The empty node
is defined as: No values and styles and formats. Line like this.
<row r="x"/> You can get the data eq by cell
subscript like ResultSet: Row.getInt(int) to get the current
line The data in the second column, the subscript, starts at 0.| 限定符和类型 | 字段和说明 |
|---|---|
protected char[] |
cb |
protected int |
cursor |
protected int |
e |
protected int |
from |
protected int |
startRow
已过时。
未使用,下个版本删除
|
protected int |
to |
| 构造器和说明 |
|---|
XMLRow() |
XMLRow(SharedStrings sst,
Styles styles) |
XMLRow(SharedStrings sst,
Styles styles,
int startRow)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected XMLRow |
empty(char[] cb,
int from,
int size) |
protected int |
get(char c) |
int |
getRowNum()
The number of row.
|
protected int |
getT()
Found text tag range
Code like this
<is><t>cell value</t></is> |
protected int |
getV()
Found value tag range
Code like this
<v>0</v> |
XMLRow |
init(SharedStrings sst,
Styles styles) |
XMLRow |
init(SharedStrings sst,
Styles styles,
int startRow)
已过时。
|
protected Cell |
nextCell()
Loop parse cell
|
protected void |
parseCells()
Loop parse cell
|
protected void |
parseCellValue(Cell cell)
Parse cell value
|
protected int |
searchRowNum() |
protected int |
searchSpan() |
protected static long |
toLong(char[] cb,
int a,
int b) |
protected XMLRow |
with(char[] cb,
int from,
int size) |
asHeader, copyCells, copyCells, geet, get, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCell, getCell, getCellStyle, getCellStyle, getCellStyle, getCellType, getCellType, getCellType, getChar, getChar, getChar, getDate, getDate, getDate, getDecimal, getDecimal, getDecimal, getDouble, getDouble, getDouble, getFirstColumnIndex, getFloat, getFloat, getFloat, getFormula, getFormula, getFormula, getHeader, getHeight, getInt, getInt, getInt, getLastColumnIndex, getLocalDate, getLocalDate, getLocalDate, getLocalDateTime, getLocalDateTime, getLocalDateTime, getLocalTime, getLocalTime, getLocalTime, getLong, getLong, getLong, getRowIndex, getSharedStrings, getShort, getShort, getShort, getString, getString, getString, getStyles, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, hasFormula, hasFormula, hasFormula, isBlank, isBlank, isBlank, isBlank, isEmpty, isHidden, nonBlank, nonEmpty, rangeCheck, setCells, setCells, setHeader, testNumberType, to, toCellIndex, toMap, too, toString@Deprecated protected int startRow
protected char[] cb
protected int from
protected int to
protected int cursor
protected int e
public XMLRow()
public XMLRow(SharedStrings sst, Styles styles)
@Deprecated public XMLRow(SharedStrings sst, Styles styles, int startRow)
public XMLRow init(SharedStrings sst, Styles styles)
@Deprecated public XMLRow init(SharedStrings sst, Styles styles, int startRow)
protected XMLRow with(char[] cb, int from, int size)
protected XMLRow empty(char[] cb, int from, int size)
protected int searchRowNum()
protected int searchSpan()
protected void parseCells()
protected static long toLong(char[] cb,
int a,
int b)
protected int get(char c)
protected int getT()
<is><t>cell value</t></is>protected int getV()
<v>0</v>Copyright © 2025. All rights reserved.