Class XSSFFactory


  • public class XSSFFactory
    extends POIXMLFactory
    Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
    • Constructor Detail

      • XSSFFactory

        protected XSSFFactory()
    • Method Detail

      • getInstance

        public static XSSFFactory getInstance()
      • getDescriptor

        protected POIXMLRelation getDescriptor​(String relationshipType)
        Description copied from class: POIXMLFactory
        returns the descriptor for the given relationship type
        Specified by:
        getDescriptor in class POIXMLFactory
        Parameters:
        relationshipType - the relationship type of the descriptor
        Returns:
        the descriptor or null if type is unknown
        Since:
        POI 3.14-Beta1