Bug 60277

Summary: getHyperlinks() method doesn't work for some kind of Hyperlink
Product: POI Reporter: ngiacom <ngiacomelli>
Component: XWPFAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 3.15-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on: 55904    
Bug Blocks:    
Attachments: Example

Description ngiacom 2016-10-19 10:20:56 UTC
Created attachment 34390 [details]
Example

In attachment an example.
getHyperlinks() returns an empty array.
Comment 1 Dominik Stadler 2016-10-20 20:40:28 UTC
This may be related to Bug 55904
Comment 2 ngiacom 2016-10-21 06:41:59 UTC
Hello,  is possible that 2 bugs are related.
In my case the hyperlink is on 2 rows of the word document.
But the excel bug has a patch available. In my case I don't have a workaround yet.
Comment 3 ngiacom 2016-10-21 06:42:42 UTC
Hello,  is possible that 2 bugs are related.
In my case the hyperlink is on 2 rows of the word document.
But the excel bug has a patch available. In my case I don't have a workaround yet.
Comment 4 Dominik Stadler 2017-11-11 09:05:04 UTC
We currently support links as described here: http://officeopenxml.com/WPhyperlink.php, however there seems to be another type of link via Fields, see http://officeopenxml.com/WPfieldInstructions.php, which is used here. 

However I could not find more detailed description of these type of links in a quick search through the spec.