Java Web application project Issue

Hi,

Actually i m doing my project on java, its a web application project.

i am generating the reports from jdbc. but the requirement is it should has to print in the form of MS-Excel. i used the poi api but i m not getting it out.

can u help me please....

Showing Answers 1 - 1 of 1 Answers

Mr. Vijay. I didn't undestand your query properly. I am assuming your problem like this you want your output in the form of excel sheets I mean like a table. Yes it is possible

First of all tell me with JDBC are you using Servlets/JSP.

If you are using servlets it is possible to display like that simply create a resultset object and use table tag<table> and the sub tags in table like<tr>,<td> etc in your application according to your application.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions