give me a java code snippet to connect Microsoft excel
through.... I am trying alot... plz help me.
Answer Posted / shailendra
Use Apache POI. They have provided all the api, for
creating, updating, writing.
http://poi.apache.org/hssf/quick-guide.html
Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What is jdbc odbc bridge in java?
What are the three parts of a jdbc url?
Why do we use jdbc in java?
explain about special characters?
What is jdbc odbc?
Which jdbc driver is the fastest driver?
What is jdbc odbc connection?
What is connection pooling and why it is used?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Can I get a null resultset?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is jdbc driver?
What are restrictions on triggers?
What class.forname will do while loading drivers of jdbc?
What is the use of getGeneratedKeys() method in Statement?