This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How to insert data into excel file using java code?
minal silimkar
Ranch Hand
Joined: Nov 25, 2007
Posts: 133
posted
0
I wrote below code to fetch data from excel work sheet. It is working file.
I want to transfer data from one sheet to another, so I wrote following code.
It is giving error at insert statement.
How to insert data into excel file using java code?
Minal Silimkar
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
What is the error? Post the full error message.
I don' think that ODBC can be used to alter Excel files - it can only read them. Either find a different Excel JDBC driver that can do this (although I doubt such a driver exists), or use a library like jExcelApi or Apache POI to alter the file programmatically.