public static interface XSSFSheetXMLHandler.SheetContentsHandler
Modifier and Type | Method and Description |
---|---|
void |
cell(java.lang.String cellReference,
java.lang.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(java.lang.String text,
boolean isHeader,
java.lang.String tagName)
A header or footer has been encountered
|
void |
startRow(int rowNum)
A row with the (zero based) row number has started
|
void startRow(int rowNum)
void endRow()
void cell(java.lang.String cellReference, java.lang.String formattedValue)
void headerFooter(java.lang.String text, boolean isHeader, java.lang.String tagName)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.