avik 2002/07/01 10:25:06
Modified: src/documentation/xdocs faq.xml
Log:
clarify the release
Revision Changes Path
1.15 +2 -4 jakarta-poi/src/documentation/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/faq.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- faq.xml 27 Jun 2002 22:41:36 -0000 1.14
+++ faq.xml 1 Jul 2002 17:25:06 -0000 1.15
@@ -62,7 +62,7 @@
<answer>
Excel stores dates as numbers therefore the only way to determine if a
cell is
actually stored as a date is to look at the formatting. There is a
helper method
- in HSSFDateUtil (since after 1.6.0-dev) that checks for this.
+ in HSSFDateUtil (since the 1.7.0-dev release) that checks for this.
Thanks to Jason Hoffman for providing the solution.
<source>
@@ -79,9 +79,7 @@
cellText;
}
-
-
- </source>
+ </source>
</answer>
</faq>
<faq>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>