Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Interest »

Re: To read MSExcel CSV file .

Frans Verhoef

2005-08-29

Replies:

Reading csv files is dead easy, as csv it is just a text file with records seperated by commas. Just parse each line, where each line is a row, and then split the line at the commas to get each individual record in the row. Take a look at the format by opening the csv file in a text editor.

Cheers,
Frans

On Mon, 29 Aug 2005 02:54:58 -0700, vijay gopinath wrote:
> Hi All ,
>
> I have a MS Excel CSV file at hand , as my DB. Now , reading the
> same is a problem . If it was a MS Excel file I could have used
> jexcelapi : As I do have my file in a CSV format , using this API
> works fine/not - I have no idea . Any pointers on the same would be
> great.
>
> TIA ,
>
> Vijay
>
>
> Start your day with Yahoo! - make it your home page
> ======================================================================
> ===== To unsubscribe, send email to listserv@(protected)
> include in the body of the message "signoff J2EE-INTEREST". For
> general help, send email to listserv@(protected)
> the body of the message "help".

===========================================================================
To unsubscribe, send email to listserv@(protected)
of the message "signoff J2EE-INTEREST". For general help, send email to
listserv@(protected)".
©2008 junlu.com - Jax Systems, LLC, U.S.A.