]> source.dussan.org Git - poi.git/commit
More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records are in...
authorNick Burch <nick@apache.org>
Fri, 1 Feb 2008 16:52:58 +0000 (16:52 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Feb 2008 16:52:58 +0000 (16:52 +0000)
commita755da02a84436d3ab38048e52e4e35806fc9e91
tree051925c55601f167450ef0b98900c127a419b621
parentfeeb8cca63644fa9da275979943748875c6dfb94
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.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