Uses of Class
org.apache.poi.xssf.model.ExternalLinksTable

Packages that use ExternalLinksTable
org.apache.poi.xssf.usermodel   
 

Uses of ExternalLinksTable in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type ExternalLinksTable
 java.util.List<ExternalLinksTable> XSSFWorkbook.getExternalLinksTable()
          Returns the list of ExternalLinksTable object for this workbook The external links table specifies details of named ranges etc that are referenced from other workbooks, along with the last seen values of what they point to.
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.