Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-03-15 12:15:59 +00:00
parent 5896b13ce4
commit 180cfd4554

View File

@ -81,10 +81,10 @@ import java.util.Calendar;
* contain strings (at least according to our model). Client apps should do the * contain strings (at least according to our model). Client apps should do the
* conversions themselves. Formula cells are treated like string cells, simply * conversions themselves. Formula cells are treated like string cells, simply
* containing a formula string. They'll be rendered differently. * containing a formula string. They'll be rendered differently.
* * <p>
* Cells should have their number (0 based) before being added to a row. Only * Cells should have their number (0 based) before being added to a row. Only
* cells that have values should be added. * cells that have values should be added.
* * <p>
* NOTE: the alpha won't be implementing formulas * NOTE: the alpha won't be implementing formulas
* *
* @author Andrew C. Oliver (acoliver at apache dot org) * @author Andrew C. Oliver (acoliver at apache dot org)