javacode(convert excel file to textfile tab delimeter )

Hi to all!! Im making a web application program using JSP and Servlet..In my program theres two option where you can choose.. import by Excel or by Textfile format.I believe that its faster to process a textfile rather than excel file..can someone give me an example code (HOW TO CONVERT EXCEL DATA TO TEXTFILE TAB DELIMETER)thank you and more power

[356 byte] By [raymela] at [2007-10-1 0:34:51]
# 1
Apache Jakarta POI
javajugsa at 2007-7-7 16:22:01 > top of Java-index,Security,Event Handling...
# 2
It is faster to import a text file.However converting the excel into text so it can be imported, is just going to take longer than just importing the excel docuement.
Peter-Lawreya at 2007-7-7 16:22:01 > top of Java-index,Security,Event Handling...