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 are the differences between resultset and rowset?
Is jdbc secure?
How many locking systems are there in jdbc?
What is connection commit?
What is setautocommit in jdbc?
Where jdbc drivermanager class is used?
What does setautocommit do?
What packages are used by jdbc?
Is there another way of dealing with the result set that could execute faster?
How to check jdbc driver version in sql server?
What are the components of jdbc?
What is jdbc odbc in java?
What are the different types of classes in the api component?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?