extract data from a webpage link to excel sheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anusow
    New Member
    • Oct 2007
    • 1

    extract data from a webpage link to excel sheet

    hello iam new to java can any one help me in extacting data from a webpage when i click on link in the page .the data has to be in the form of Excel sheet.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by anusow
    hello iam new to java can any one help me in extacting data from a webpage when i click on link in the page .the data has to be in the form of Excel sheet.
    In what form is the data on the webpage? Are talking about a JSP page or a plain HTML page? It would help if you provide more details of what you want to do.

    Comment

    • dhakshinamurthy
      New Member
      • Mar 2008
      • 1

      #3
      Originally posted by r035198x
      In what form is the data on the webpage? Are talking about a JSP page or a plain HTML page? It would help if you provide more details of what you want to do.

      Hi

      I am also in need of the same requirement, in my case the webpage is a HTML page which contains a form and other input elements

      Comment

      Working...