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 declared as XSSFRelation Modifier and Type Field Description static XSSFRelation[]
XSSFBEventBasedExcelExtractor. SUPPORTED_TYPES
static 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 XSSFRelation
XSSFRelation. getInstance(java.lang.String rel)
Get POIXMLRelation by relation type
-