Re: Dates!!

2002-05-03 Thread Glen Stampoultzis
Okay, I've done some investigation of this. Looks like your date has been defined as a custom format. Not sure what you can do about that one. There's really nothing there except the format string to tell whether it's a date or not and unfortunately the format string can take many forms.

RE: Dates!!

2002-05-03 Thread Agarwal, Vinay (Cognizant)
If its a custom format then shudn't it be of type 'HSSFCell.CELL_TYPE_STRING'. -Original Message- From: Glen Stampoultzis [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 4:20 PM To: [EMAIL PROTECTED] Subject: Re: Dates!! Okay, I've done some investigation of this. Looks like

Re: Dates!!

2002-05-03 Thread Jason Hoffman
Glen, If this method was to be added to POI ( assuming you haven't already done it ) would you have any preference as to its location. Personally, I think it makes sense in HSSFCell, but wanted to get a blessing before creating the patch. Any thoughts? Glen Stampoultzis wrote: Okay, I've

Re: Dates!!

2002-05-03 Thread Glen Stampoultzis
No, why would you say that? - Original Message - From: Agarwal, Vinay (Cognizant) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 03, 2002 9:08 PM Subject: RE: Dates!! If its a custom format then shudn't it be of type 'HSSFCell.CELL_TYPE_STRING'. -Original

Format Date

2002-05-03 Thread Reto Badertscher
Hello, how do i format a cell, so that the date is displayed as a date. Without formatting a number is displayed and the date is only showed after manually format the column. Thanks for any help Reto

Re: Dates!!

2002-05-03 Thread Andrew C. Oliver
I'd rather see an isDateFormat) in HSSFFormat. -Andy Glen Stampoultzis wrote: HSSFCell makes sense. Patch away. -- Glen - Original Message - From: Jason Hoffman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 03, 2002 10:12 PM Subject: Re: Dates!! Glen, If this method