public class CustomXSSFFactory
extends org.apache.poi.xssf.usermodel.XSSFFactory
XSSFWorkbook or SXSSFWorkbook
constructors to override the implementation of Comments and/or
SharedStrings. Use builder() to build your factory instance.an alternative factory class that is easier to use but limited in the type of table implememtations it supports,
TempFileSharedStringsTable,
TempFileCommentsTable,
MapBackedSharedStringsTable,
MapBackedCommentsTable,
SharedStringsTable,
CommentsTable| Modifier and Type | Class and Description |
|---|---|
static class |
CustomXSSFFactory.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomXSSFFactory.Builder |
builder() |
org.apache.poi.ooxml.POIXMLDocumentPart |
newDocumentPart(org.apache.poi.ooxml.POIXMLRelation descriptor) |
public static CustomXSSFFactory.Builder builder()
public org.apache.poi.ooxml.POIXMLDocumentPart newDocumentPart(org.apache.poi.ooxml.POIXMLRelation descriptor)
newDocumentPart in class org.apache.poi.ooxml.POIXMLFactorydescriptor - describes the object to createPOIXMLDocumentPart that is created using the build factories (if set)FactoryMismatchException - if the created instances do not implement POIXMLDocumentPart