public interface XlsxRowResultHolder
限定符和类型 | 方法和说明 |
---|---|
void |
appendCurrentCellValue(char[] ch,
int start,
int length)
Append current 'cellValue'
|
void |
clearResult()
Clear Result
|
java.util.Map<java.lang.Integer,CellData> |
getCurRowContent()
Get row content
|
void clearResult()
void appendCurrentCellValue(char[] ch, int start, int length)
ch
- char[]start
- intlength
- intjava.util.Map<java.lang.Integer,CellData> getCurRowContent()