@Internal public class XSSFBSheetHandler extends XSSFBParser
| Modifier and Type | Class and Description |
|---|---|
static interface |
XSSFBSheetHandler.SheetContentsHandler
You need to implement this to handle the results of the sheet parsing.
(您需要实现它来处理工作表解析的结果。)
|
| Constructor and Description |
|---|
XSSFBSheetHandler(java.io.InputStream is, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRecord(int id, byte[] data) |
parsepublic XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) public void handleRecord(int id,
byte[] data)
throws XSSFBParseException
handleRecord in class
XSSFBParser
(XSSFBParser 类中的 handleRecord)
XSSFBParseException
(XSSFBParseException)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.