Hi. POI doesn't handle text files. You could read the text file with normal Java means (instead of reading an Excel file) and do POI handling on the write side.
Regards, Karl-Heinz. -----Urspr�ngliche Nachricht----- Von: password password [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 1. Juni 2005 14:00 An: [email protected] Betreff: read a txt file Hi, I have a problem with a text file (.txt), I would like to reed it with the Library POI. I have an application that it read a excel file and it is working well. Now I am going to procces a text file, in this file is the same information that the excel file. My problem is that I can not read this text file (.txt) with POI. is there any way to do this? Thanks. --------------------------------- Correo Yahoo! Comprueba qu� es nuevo, aqu� http://correo.yahoo.es --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
