Hi Ashwani,

      If you want to see the resultset out put in Excel, from the result set
take all records into a vector then from vector
write values of each record into a flat file with extension .csv(Comma
Seperated Value ) which is supported by Excel.
Then open this .csv file to see your result in Excel.

 Things is that you have to write the result set into a .csv file that all,
this is what i did for one of my client who wants to see his reports in
Excel.

If you need any Further Assistance just send me your result set  structure
i.e. no of fields , field type and column names and the format how you want
to view these  values and column names in Excel.
my mail id is [EMAIL PROTECTED]

Thanks & Regards
Prasad

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to