https://bz.apache.org/bugzilla/show_bug.cgi?id=58507
Bug ID: 58507
Summary: public external link access at Workbook level
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: HSSF
Assignee: dev@poi.apache.org
Reporter: dominique.demunck@gmail.com
Hello
Listing all external links in .xlsx files is easy, just call
XSSFWorkbook.getExternalLinksTable() and iterate over them.
No alternative in HSSFWorkbook currently exists.
It would be very nice to implement this functionality and offer it at the
abstract Workbook level.
See also this thread with the current very dirty workaround and suggestion that
this enhancement request should be created:
http://stackoverflow.com/questions/26758099/how-to-extract-a-list-of-external-references-from-a-excel-file
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|