Use the right tool for the job - JDBC is an API to access databases. A library like Apache POI, on the other hand, is perfect for handling XLS and XLSX files.
pappitha swaminathan wrote:Hi all,
could you please help me in inserting values into the excel sheet using jdbc???
You can use the Type 1 JDBC Driver to enter the values into the Excel Sheet....i.e. Microsoft JDBC-ODBC driver..but check the version of jdk,,it might be deprecated..
Why you wanna use JDBC for excel insertion. ?
POI interface is good tool to handle excel operations in JAVA
pappitha swaminathan
Greenhorn
Joined: Aug 16, 2011
Posts: 9
posted
0
vineet dhar wrote:
pappitha swaminathan wrote:Hi all,
could you please help me in inserting values into the excel sheet using jdbc???
You can use the Type 1 JDBC Driver to enter the values into the Excel Sheet....i.e. Microsoft JDBC-ODBC driver..but check the version of jdk,,it might be deprecated..
yeah i used but its not working.. throwing an exception..
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.