]> source.dussan.org Git - poi.git/commit
Get the Hyperlink record code so that it doesn't break any existing tests, and add...
authorNick Burch <nick@apache.org>
Fri, 1 Feb 2008 15:41:32 +0000 (15:41 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Feb 2008 15:41:32 +0000 (15:41 +0000)
commitfeeb8cca63644fa9da275979943748875c6dfb94
treea3442a5b9236339f5ec522a093129a40fb51d543
parentdafc074271c69a561a243e58a9f78cd9bc24bcf4
Get the Hyperlink record code so that it doesn't break any existing tests, and add in (no usermodel support yet though)

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