Convert Excel file to CSV
i would like to know what would be the best way to convert an excel file to csv format (automatically), besides reading in the file (via POI) row by row, and process cell by cell, then write to the plain text file? Please help!
[234 byte] By [
mpanga] at [2007-11-27 8:24:44]

> i would like to know what would be the best way to
> convert an excel file to csv format (automatically),
yes.
> besides reading in the file (via POI) row by row, and
> process cell by cell, then write to the plain text
> file? Please help!
that's the way.