Thank q. It worked.
Cheers, Parag On Thu, Aug 12, 2010 at 4:21 PM, Nick Burch <[email protected]> wrote: > On Thu, 12 Aug 2010, Parag Kalra wrote: > >> However for some excel sheets while writting the data to text file, >> numbers >> are getting added with .0 >> > > All excel numbers are stored as floating point numbers, no matter if > they're whole numbers of not. You probably want to look at the DataFormatter > class, which will let you render the number based on the formatting rules > applied to the cell > > Nick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
