On 6/6/02 1:29 AM, "Elango Palani" <[EMAIL PROTECTED]> wrote:

> Dear All,

Dear Elango.


> I need to save JSP contents which has multi forms, one by one in to Excel
> sheet.  File names will be generated from each form.
>
> Can anybody sort this issue.???

I think I can sort this issue.

I am a big fan of using the comma (or tab) delimited stuff with Excel.  That
way, you can treat a plain text file as a plain text file (i.e. can write
them with JSP/Perl/etc.), and you can also read them with Excel.  I'd say
give that route a shot, if it suits your fancy.  As for writing Excel files
in whatever hokey, discombobulated format that Microsoft store .xls files
in, I don't know of any way to do that other that to use Excel to create
them.  Then again, I've never hacked around with an .xls file, so it may be
easy.  But like I said, I like the comma-delimited way of doing things, and
I'd guess that might be a decent thing for you to check out.


Andy

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to