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 |
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:[hidden email]] Gesendet: Mittwoch, 1. Juni 2005 14:00 An: [hidden email] 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: [hidden email] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ |
In reply to this post by password password
Why not just use a FileReader , BufferReader class to read text files?
-----Original Message----- From: password password [mailto:[hidden email]] Sent: Wednesday, June 01, 2005 8:00 AM To: [hidden email] Subject: 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: [hidden email] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ |
Guys, seriously. I know you want to be helpful but you'll inundate this
list with "hello world" posts and there will be too much "how to use Java" posts for this to continue to be a useful resource for POI. I know what I'm talking about. Please refrain from answering non-POI questions here. If you want to be helpful, refer them to another list such as the forums on java.sun.com or the Java Tutorial. Its not being "unhelpful", "unfriendly" or mean its just being sensible. -andy Lansdale Redmond wrote: > Why not just use a FileReader , BufferReader class to read text files? > > -----Original Message----- > From: password password [mailto:[hidden email]] > Sent: Wednesday, June 01, 2005 8:00 AM > To: [hidden email] > Subject: 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: [hidden email] > Mailing List: http://jakarta.apache.org/site/mail2.html#poi > The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ > -- Andrew C. Oliver SuperLink Software, Inc. Java to Excel using POI http://www.superlinksoftware.com/services/poi Commercial support including features added/implemented, bugs fixed. --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ |
Free forum by Nabble | Edit this page |