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 the role of jdbc drivermanager class?
What is namedparameterjdbctemplate?
What are the steps involved in establishing a connection using jdbc in java?
What class.forname will do while loading drivers of jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Explain some new features available in jdbc 4.0?
Is jdbc object oriented?
What is getconnection method in java?
What is the use of statement in jdbc?
What is the full form of jdbc?
What is JDBC Statement?
Explain the steps in writing a java program using jdbc?
How to know howmuch data is truncated?
How can we maintain the integrity of a database by using jdbc?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?