More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records are in...
commita02a94862da3e45472e9a9b64ba59ca4906c7a10
authorNick Burch <nick@apache.org>
Fri, 1 Feb 2008 16:52:58 +0000 (1 16:52 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Feb 2008 16:52:58 +0000 (1 16:52 +0000)
tree051925c55601f167450ef0b98900c127a419b621
parent74e105d69209bdfc3e52e812cb77551f6e5302e4
More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records are in the wrong bit of the file, so don't get associated with the sheet. All tests still passing though

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@617555 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/record/HyperlinkRecord.java
src/testcases/org/apache/poi/hssf/data/WithHyperlink.xls
src/testcases/org/apache/poi/hssf/data/WithTwoHyperLinks.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/TestHyperlinkRecord.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java