| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XSSFSheetXMLHandler.SheetContentsHandler
You need to implement this to handle the results of the sheet parsing.
| Method Summary | |
|---|---|
 void | 
cell(java.lang.String cellReference,
     java.lang.String formattedValue,
     XSSFComment comment)
A cell, with the given formatted value (may be null), and possibly a comment (may be null), was encountered  | 
 void | 
endRow(int rowNum)
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  | 
| Method Detail | 
|---|
void startRow(int rowNum)
void endRow(int rowNum)
void cell(java.lang.String cellReference,
          java.lang.String formattedValue,
          XSSFComment comment)
void headerFooter(java.lang.String text,
                  boolean isHeader,
                  java.lang.String tagName)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||