public class CustomXSSFFactory extends XSSFFactory
XSSFWorkbook or SXSSFWorkbook
constructors to override the implementation of Comments and/or
SharedStrings. Use builder() to build your factory instance.| Modifier and Type | Class and Description |
|---|---|
static class |
CustomXSSFFactory.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomXSSFFactory.Builder |
builder() |
POIXMLDocumentPart |
newDocumentPart(POIXMLRelation descriptor) |
getDescriptor, getInstancecreateDocumentPart, getPackageRelationshippublic static CustomXSSFFactory.Builder builder()
public POIXMLDocumentPart newDocumentPart(POIXMLRelation descriptor) throws FactoryMismatchException, POIXMLException
newDocumentPart in class POIXMLFactorydescriptor - describes the object to createPOIXMLDocumentPart that is created using the build factories (if set) - can return nullFactoryMismatchException - if the created instances do not implement POIXMLDocumentPartPOIXMLException - can be thrown by underlying POI code