Uses of Class
org.apache.poi.xssf.usermodel.XSSFRelation
-
Packages that use XSSFRelation Package Description org.apache.poi.xssf.extractor org.apache.poi.xssf.usermodel -
-
Uses of XSSFRelation in org.apache.poi.xssf.extractor
Fields in org.apache.poi.xssf.extractor with type parameters of type XSSFRelation Modifier and Type Field Description static List<XSSFRelation>XSSFBEventBasedExcelExtractor. SUPPORTED_TYPESstatic List<XSSFRelation>XSSFExcelExtractor. SUPPORTED_TYPES -
Uses of XSSFRelation in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFRelation Modifier and Type Method Description static XSSFRelationXSSFRelation. getInstance(String rel)Get POIXMLRelation by relation type
-