From: Nick Burch
Date: Mon, 26 Oct 2009 12:09:02 +0000 (+0000)
Subject: Update link to dev.HSSF.java
X-Git-Tag: REL_3_6~91
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce25199518515764bbfa2bd1c0aa19bf0f81cb90;p=poi.git
Update link to dev.HSSF.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829759 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml
index 97e0e84ba6..9aa863ab54 100644
--- a/src/documentation/content/xdocs/spreadsheet/how-to.xml
+++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml
@@ -283,7 +283,7 @@ method (sheet.removeRow(hssfrow)) and create objects just as you
would if creating a new xls. When you are done modifying cells just
call workbook.write(outputstream) just as you did above.
An example of this can be seen in
-org.apache.poi.hssf.dev.HSSF.