HSSFListener - parse dates

2006-03-21 Thread Pari Gandhi
Hi I have written a program to convert an xls file to csv format & and Iam having problems with parsing date values. I have uploaded my test xls file at Expected Output: ABC,10/10/2005,12/10/2007,10/10/2005,123.12451,1234.125235,BDS XXX

Re: getStorageClsid()

2006-03-21 Thread Daniel Noll
[EMAIL PROTECTED] wrote: In other words, new POIFSFileSystem(stream).getRoot().getStorageClsid().toString() should always return a bunch of 0s. Note that there is a PropertyTable(start, blockList) that appears to generate better stuff, but that is a local variable in POIFSFileSystem(InputStream

Re: getStorageClsid()

2006-03-21 Thread Andrew C. Oliver
Marc (who wrote most of POIFS) said he didn't know what the clsid was so he just set it to 0. [EMAIL PROTECTED] wrote: The sequence, as far as I can tell, is: 1) POIFSFileSystem(stream) is called 2) POIFSFileSystem() is the first call, which sets the property table to be new PropertyTable() a

RE: getStorageClsid()

2006-03-21 Thread jwang
The sequence, as far as I can tell, is: 1) POIFSFileSystem(stream) is called 2) POIFSFileSystem() is the first call, which sets the property table to be new PropertyTable() and root to be null. Nothing else of relevance to the current issue, until processProperties, with the directory as null 3)