Copying a portion of Web Page and pasting in Excel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rach p
    New Member
    • Mar 2012
    • 2

    Copying a portion of Web Page and pasting in Excel

    Hi All,

    I am working on generating some reports by looking up web pages.

    The web page has all sorts of elements and I want to just grep the lower half of the web page which contains data obtained after entering values in the upper half.

    The data is basically a set of tables embedded as
    <div>
    <table>
    <tbody>
    <tr>
    <td>
    <div>
    <table>
    <tbody>
    ....
  • rach p
    New Member
    • Mar 2012
    • 2

    #2
    Any idea how I can achieve the above?

    Comment

    Working...