Re: [java ee programming] Re: How can i create Excel file using java

2010-01-14 Thread tht2401
Hi, I should use a CsvReader opensource library. See the example: http://www.csvreader.com/java_csv_samples.php Best Regards, On Tue, Jan 12, 2010 at 11:55 PM, piyushn wrote: > what you can do is .. > create CSV file (Comma Seprated Value) file t

[java ee programming] Re: How can i create Excel file using java

2010-01-12 Thread piyushn
what you can do is .. create CSV file (Comma Seprated Value) file that is similar to excel file . csv file opens in ms excel only i give you hint how you can do it. create value you want to write ex. {"hello","how","are","you"} this way.. if are facing problems tell me.. regards, Piyush Patel