You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/01/22 21:56:17 UTC

svn commit: r1654065 - /poi/site/publish/spreadsheet/formula.html

Author: centic
Date: Thu Jan 22 20:56:17 2015
New Revision: 1654065

URL: http://svn.apache.org/r1654065
Log:
Update/refresh doc about formulas slightly, state array forumlas as supported.

Modified:
    poi/site/publish/spreadsheet/formula.html

Modified: poi/site/publish/spreadsheet/formula.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/formula.html?rev=1654065&r1=1654064&r2=1654065&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/formula.html (original)
+++ poi/site/publish/spreadsheet/formula.html Thu Jan 22 20:56:17 2015
@@ -203,8 +203,8 @@ if (VERSION > 3) {
 </div>
               
 <p>
-                In org.apache.poi.hssf.usermodel.HSSFCell
-                    <strong> setCellFormula("formulaString") </strong> is used to add a formula to sheet and 
+                In org.apache.poi.ss.usermodel.Cell
+                    <strong> setCellFormula("formulaString") </strong> is used to add a formula to a sheet and 
                     <strong> getCellFormula() </strong> is used to retrieve the string representation of a formula. 
                 </p>
             



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org