Uses of Class
org.apache.poi.xssf.model.ExternalLinksTable
-
Packages that use ExternalLinksTable Package Description 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 Modifier and Type Method Description java.util.List<ExternalLinksTable>
XSSFWorkbook. getExternalLinksTable()
Returns the list ofExternalLinksTable
object for this workbook
-