JSP To EXcel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cv

    JSP To EXcel

    Hello All,

    I need to write data from jsp to an excel file on the server.
    How do I achieve the same?

    Thanks in advance.
  • Patrick Carl

    #2
    Re: JSP To EXcel

    Have a look at http://jakarta.apache.org/poi/.

    Patrick

    cv wrote:[color=blue]
    > Hello All,
    >
    > I need to write data from jsp to an excel file on the server.
    > How do I achieve the same?
    >
    > Thanks in advance.[/color]


    --
    Patrick Carl
    Diplom-Wirtschaftsinfo rmatiker (BA)
    1,2 Tsd. Beiträge, 322 Folge ich, 79 Follower · Lernender, Lehrer, Forscher, Neugieriger, Wissbegieriger, Rad- und E-Auto-Fahrer. Lebensziel: Lieber Opa werden

    mailto:patrick@ carl.it

    Comment

    • Larry

      #3
      Re: JSP To EXcel

      Pass the data (submit the form....) on to another JSP that has a
      response.setCon tentType("appli cation/vnd.ms-excel") at the top of the
      page.

      Larry

      "cv" <haivc@yahoo.co m> wrote in message
      news:ce68ef90.0 311120709.20d42 09f@posting.goo gle.com...[color=blue]
      > Hello All,
      >
      > I need to write data from jsp to an excel file on the server.
      > How do I achieve the same?
      >
      > Thanks in advance.[/color]


      Comment

      • AC

        #4
        Re: JSP To EXcel

        Checkout:





        haivc@yahoo.com (cv) wrote in message news:<ce68ef90. 0311120709.20d4 209f@posting.go ogle.com>...[color=blue]
        > Hello All,
        >
        > I need to write data from jsp to an excel file on the server.
        > How do I achieve the same?
        >
        > Thanks in advance.[/color]

        Comment

        Working...