Uses of Class
org.apache.poi.xssf.usermodel.XSSFMap
-
Packages that use XSSFMap Package Description org.apache.poi.xssf.extractor org.apache.poi.xssf.model org.apache.poi.xssf.usermodel -
-
Uses of XSSFMap in org.apache.poi.xssf.extractor
Constructors in org.apache.poi.xssf.extractor with parameters of type XSSFMap Constructor Description XSSFExportToXml(XSSFMap map)
Creates a new exporter and sets the mapping to be used when generating the XML output documentXSSFImportFromXML(XSSFMap map)
-
Uses of XSSFMap in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFMap Modifier and Type Method Description XSSFMap
MapInfo. getXSSFMapById(int id)
XSSFMap
MapInfo. getXSSFMapByName(java.lang.String name)
Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFMap Modifier and Type Method Description java.util.Collection<XSSFMap>
MapInfo. getAllXSSFMaps()
-
Uses of XSSFMap in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFMap Modifier and Type Method Description java.util.Collection<XSSFMap>
XSSFWorkbook. getCustomXMLMappings()
-