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

2010-01-11 Thread Dillan Fernando
advanced technology is indistinguishable from magic - Author C Clark From: udeshika To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Mon, January 11, 2010 8:36:44 PM Subject: [java ee programming] How can i create Excel file using java Hi, Anyone

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

2010-01-11 Thread akshay chandu
Hi, I have tried to execute the code. I did not get the mentioned exception,however I got 2 null pointer exceptions. I added the following lines to solve them HSSFCell colHeading1 = headerRow.createCell((short) 0); HSSFCell colHeading2 =headerRow.createCell((short) 4); totalValue=row5.createCe

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

2010-01-11 Thread udeshika
Hi, Anyone knows how to create a MS Excel file using java,i was tring to create a file but it gives a exception when i run the programe.I'm using Apache PIO API in eclips, for the my program.please help me to over come this problem. Thanxx Code ***