| Interface | Description |
|---|---|
| CommentsTableFactory | |
| SharedStringsTableFactory |
| Class | Description |
|---|---|
| CommentsTableBase |
Table of comments.
|
| CustomXSSFFactory |
Can be used with
XSSFWorkbook or SXSSFWorkbook
constructors to override the implementation of Comments and/or
SharedStrings. |
| CustomXSSFFactory.Builder | |
| DelegatingXSSFComment | |
| MapBackedCommentsTable |
Table of comments.
|
| MapBackedSharedStringsTable |
Table of strings shared across all sheets in a workbook.
|
| SharedStringsTableBase |
Table of strings shared across all sheets in a workbook.
|
| SXSSFFactory |
Can be used with
XSSFWorkbook or SXSSFWorkbook
constructors to override the implementation of CommentsTable and/or
SharedStringsTable. |
| TempFileCommentsTable |
Table of comments.
|
| TempFileSharedStringsTable |
Table of strings shared across all sheets in a workbook.
|
| Exception | Description |
|---|---|
| FactoryMismatchException |
An exception that is thrown when a
CommentsTableFactory or SharedStringsTableFactory
return an instance that is not a valid POIXMLDocument. |