Bug 59872 - Add Sheet.getHyperlink(CellAddress)
Summary: Add Sheet.getHyperlink(CellAddress)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.15-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-17 04:39 UTC by Javen O'Neal
Modified: 2016-07-17 04:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javen O'Neal 2016-07-17 04:39:39 UTC
Sheet.getHyperlink(int row, int column) and Sheet.getHyperlinkList(), but nothing that operates on the higher-level CellAddress.
Comment 1 Javen O'Neal 2016-07-17 04:47:59 UTC
Added in r1753009 with unit tests.