Class XSSFRelation


  • public final class XSSFRelation
    extends POIXMLRelation
    Defines namespaces, content types and normal file names / naming patterns, for the well-known XSSF format parts.
    • Method Detail

      • getInstance

        public static XSSFRelation getInstance​(java.lang.String rel)
        Get POIXMLRelation by relation type
        Parameters:
        rel - relation type, for example, http://schemas.openxmlformats.org/officeDocument/2006/relationships/image
        Returns:
        registered POIXMLRelation or null if not found