Uses of Class
org.apache.poi.xssf.usermodel.XSSFMap

Packages that use XSSFMap
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.model   
 

Uses of XSSFMap in org.apache.poi.xssf.extractor
 

Constructors in org.apache.poi.xssf.extractor with parameters of type XSSFMap
XSSFExportToXml(XSSFMap map)
          Creates a new exporter and sets the mapping to be used when generating the XML output document
XSSFImportFromXML(XSSFMap map)
           
 

Uses of XSSFMap in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return XSSFMap
 XSSFMap MapInfo.getXSSFMapById(int id)
           
 XSSFMap MapInfo.getXSSFMapByName(java.lang.String name)