From 250b9828d3e1ed5836d9653bff7ccb0be900f8c1 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Mon, 26 Oct 2009 12:09:02 +0000
Subject: [PATCH] Update link to dev.HSSF.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829759 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/spreadsheet/how-to.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml
index 97e0e84ba..9aa863ab5 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.