Nick, I went through the code and I think there is a bug in XLS2CSV. During the process of debugging the actual value comes up in one of the data structures, but when passed back to the calling method, the value is changed back to 0.0.
I will try and find the exact modules today, but I think it is just a bug. Any help on this would be great, as I do not understand enough of the structure yet. I think it has the ability to do it, but this just has to be corrected. Thanks Des 2008/12/9 Nick Burch <[EMAIL PROTECTED]> > On Tue, 9 Dec 2008, Des Hartman wrote: > >> I am using XLS2CSVmra to parse a very simple XLS file, but I am getting >> some weird results. It seems the FormulaRecord case is not recognising >> string formulas. >> > > Unless you have very specific needs, I'd suggest you try the hssf usermodel > instead. XLS2CSVmra opperates at a very low level, on the records, and is > exposed to lots of excel oddities. The hssf usermodel hides that sort of > thing from you > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
