while converting from excel to csv using the jxl api, I face a problem which is any currency amount greater than 999 is being split into two columns.
i.e $100,000 is split into 100 and 000.
does anyone have a reliable java code that can convert excel to csv without any problems,
regards,
nithen