public static interface XSSFSheetXMLHandler.SheetContentsHandler
Modifier and Type | Method and Description |
---|---|
void |
cell(String cellReference,
String formattedValue)
A cell, with the given formatted value, was encountered
|
void |
endRow()
A row with the (zero based) row number has ended
|
void |
headerFooter(String text,
boolean isHeader,
String tagName)
A header or footer has been encountered
|
void |
startRow(int rowNum)
A row with the (zero based) row number has started
|
Copyright © 2020. All rights reserved.