@Internal public class XSSFBCommentsTable extends XSSFBParser
| Constructor and Description |
|---|
XSSFBCommentsTable(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.xssf.binary.XSSFBComment |
get(CellAddress cellAddress) |
Queue<CellAddress> |
getAddresses() |
void |
handleRecord(int id,
byte[] data) |
getMaxRecordLength, parse, setMaxRecordLengthpublic XSSFBCommentsTable(InputStream is) throws IOException
IOExceptionpublic void handleRecord(int id,
byte[] data)
throws XSSFBParseException
handleRecord in class XSSFBParserXSSFBParseExceptionpublic Queue<CellAddress> getAddresses()
public org.apache.poi.xssf.binary.XSSFBComment get(CellAddress cellAddress)