I think you are right, I create a file with the following: test1,test2,test3
in a notepad and then saved it as "test.csv" file. Then I opened it with MS Excel, MS Excel recognized it as a CSV file. Thanks for everyone's input. Tiffany Richard Cote wrote: > > > On Mon, June 25, 2007 8:03 pm, tiffany wrote: >> >> Hi, >> >> I plan to write a program using POI to read an excel work book, retrieve >> data from the work book and generate the data into a csv(Common Separated >> value) file. >> > > > CSV is comma-separated values. You just need to extract the values you > want to write and put commas between each value: > > value1, value2, value3 > > -- > Richard Cote > Software Engineer - PRIDE Project Team (Sequence Database Group) > > European Bioinformatics Institute > Wellcome Trust Genome Campus [EMAIL PROTECTED] > Hinxton > Cambridge CB10 1SD Phone: (+44) 1223 492610 > United Kingdom Fax : (+44) 1223 494468 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Generate-csv-file-using-poi-tf3978352.html#a11295008 Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
