avik 2005/02/16 21:35:50
Modified: src/java/org/apache/poi/hssf/record/formula package.html
src/java/org/apache/poi/hssf/usermodel HSSFCell.java
Log:
corrected doc
Revision Changes Path
1.4 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.html 23 Aug 2004 08:52:29 -0000 1.3
+++ package.html 17 Feb 2005 05:35:50 -0000 1.4
@@ -5,7 +5,7 @@
</head>
<body bgcolor="white">
-formula package contains binary PTG structures used in Formulas (not yet
supported!)
+formula package contains binary PTG structures used in Formulas
<h2>Related Documentation</h2>
1.29 +1 -2
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
Index: HSSFCell.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- HSSFCell.java 23 Aug 2004 08:52:42 -0000 1.28
+++ HSSFCell.java 17 Feb 2005 05:35:50 -0000 1.29
@@ -363,8 +363,7 @@
}
/**
- * set the cells type (numeric, formula or string) -- DONT USE FORMULAS
IN THIS RELEASE
- * WE'LL THROW YOU A RUNTIME EXCEPTION IF YOU DO
+ * set the cells type (numeric, formula or string)
* @see #CELL_TYPE_NUMERIC
* @see #CELL_TYPE_STRING
* @see #CELL_TYPE_FORMULA
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/