I'm trying to work out whether a particular cell contains a date field. I've been trying to use methods from the HSSFDateUtil class to decide whether or not to treat the data as date or numeric, but I'm finding some formats that are dates in my spreadsheets, but are not specified in the list of formats in the isInternalDateFormat method. The format I'm using is dd-mm-yyyy, which appears to be coming through as a format ID of either 167 (0xa7) or 173 (0xad). I believe that these are valid date formats, can anybody help me out ?
Matthew Keene Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
