You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Xuemin Guan <xu...@appresso.com> on 2003/08/01 11:05:21 UTC

setCellValue(Date d)

Hi, dear all, the HSSFCell has a access method
setCellValue(java.util.Date value); The HSSFCell
also defines a few constants describing the cell
value types, such as: CELL_TYPE_FORMULA,
CELL_TYPE_NUMERIC, and CELL_TYPE_STRING etc.

There is no one for Date. I am wondering how would
I know I should use getDateCellValue() to obtain the
value and I should set this value as a Date to a different
cell.

Best,

Xuemin


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/