Package org.apache.poi.xssf.binary
Interface XSSFBSheetHandler.SheetContentsHandler
- All Superinterfaces:
XSSFSheetXMLHandler.SheetContentsHandler
- Enclosing class:
XSSFBSheetHandler
public static interface XSSFBSheetHandler.SheetContentsHandler
extends XSSFSheetXMLHandler.SheetContentsHandler
You need to implement this to handle the results
of the sheet parsing.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
hyperlinkCell
(String cellReference, String formattedValue, String url, String toolTip, XSSFComment comment) A cell, with the given formatted value (may be null), a url (may be null), a toolTip (may be null) and possibly a comment (may be null), was encounteredMethods inherited from interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
cell, endRow, endSheet, headerFooter, startRow
-
Method Details
-
hyperlinkCell
void hyperlinkCell(String cellReference, String formattedValue, String url, String toolTip, XSSFComment comment) A cell, with the given formatted value (may be null), a url (may be null), a toolTip (may be null) and possibly a comment (may be null), was encountered
-