Priya, I think the question before was regarding reading CSV files using POI. As far as I know, POI does not read or write CSV files. If that is the case then there are two ways to solve your problem:
1) Just make a CSV in the first place, don't use POI. 2) Write a program that will use POI to read the spreadsheet and write a CSV. -----Original Message----- From: Priya SoundarRajan [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 9:38 AM To: [EMAIL PROTECTED] Subject: Excel to CSV Hi All, Can anyone help me in trapping out how to conver the excel file to csv format. By using excel save as option we can conver the excel to csb is it possible through programatically. In the forum, One person have asked the same question but i dont know whether hse has got any info on that. We can't use any configuration file to manipulate the excel file. WUICK RESPONSE IS HIGHLY HELPFUL. Cheers Rafi ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Disclaimer: This e-mail may contain confidential and privileged material for the sole use of the intended recipient(s). If you are not the intended recipient (or authorized to receive this e-mail for the recipient), please note that review, use, distribution or disclosure of any part of this e-mail is strictly prohibited, except that you should please contact the sender or notify Kiodex, Inc. at [EMAIL PROTECTED] that you have received this message in error, and delete all copies of the message. This e-mail and any attachments hereto are the property of Kiodex, Inc. and/or its relevant affiliate, and are not intended to be an offer or an acceptance, and do not create or evidence a binding and enforceable contract between Kiodex, Inc. or any of its affiliates and the intended recipient or any other party, and may not be relied on by anyone as the basis of a contract by estoppel or otherwise. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
