|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.binary.XSSFBParser
org.apache.poi.xssf.binary.XSSFBSheetHandler
@Internal public class XSSFBSheetHandler
| Nested Class Summary | |
|---|---|
static interface |
XSSFBSheetHandler.SheetContentsHandler
You need to implement this to handle the results of the sheet parsing. |
| Constructor Summary | |
|---|---|
XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
XSSFBSharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
|
|
| Method Summary | |
|---|---|
void |
handleRecord(int id,
byte[] data)
|
| Methods inherited from class org.apache.poi.xssf.binary.XSSFBParser |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
XSSFBSharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
| Method Detail |
|---|
public void handleRecord(int id,
byte[] data)
throws XSSFBParseException
handleRecord in class XSSFBParserXSSFBParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||