]> source.dussan.org Git - poi.git/commitdiff
corrected doc
authorAvik Sengupta <avik@apache.org>
Thu, 17 Feb 2005 05:35:50 +0000 (05:35 +0000)
committerAvik Sengupta <avik@apache.org>
Thu, 17 Feb 2005 05:35:50 +0000 (05:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353631 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/formula/package.html
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java

index e45751d504833bdf6cd4b76909766078a309e81c..ef7028acdd11b600704e9a20f1903fcd53aa8a96 100755 (executable)
@@ -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>
 
index ef30fbd117e392ebc0884df3384f96795bf89324..456cc69acf1f20292a1d7cb5f4a42f6e8090d1e6 100644 (file)
@@ -363,8 +363,7 @@ public class HSSFCell
     }
 
     /**
-     * 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