From ce25199518515764bbfa2bd1c0aa19bf0f81cb90 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 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.

+org.apache.poi.hssf.usermodel.examples.HSSFReadWrite.

-- 2.39.5