xpath

  1. M

    Need help with specific xpath_query for importxml (Google Sheets)

    The IMPORTXML formula for Google Sheets is "=IMPORTXML(Url, xpath_query)". For example webpage Amazing Spider-Man #365 Value - GoCollect, I've been trying to extract the data under "Preview Grades", specifically the FMV data per grade. I don't know what I'm doing wrong, but I can't figure out...
  2. M

    Convert HTML doc to XML for xPath Parsing

    I am trying to find a good way to convert an HTML document to XML so I can use an Xpath expression for parsing. As a test I'd like to get this xpath expression to pull information from What Is My IP❓ Shows your real public IP address - IPv4 - IPv6 //*[@id="post-7"]/div[1]/div[1]/div/ul/li[2] So...
  3. C

    IMPORTXML in Excel?

    Hi! I just wanted to ask whether it is possible to mimic googles IMPORTXML Function in Excel 2016. I know about the "From Web" queries on the Data tab. Could they be used in a way where they return multiple queries in the same spreadsheet? What I mean is lets say that in column A I have 200...
  4. F

    Single file details into excel

    Hello everybody (hello doctor nick) I'm a long time reader and follower first time posting. From this amazing community i was able to import multipul file names into excel. One down side was that sometimes i only need to select one file instead of the whole folder. I used the following code...
  5. F

    Inputting single file information instead of batch folders

    Hello everybody (hello doctor nick) I'm a long time reader and follower first time posting. From this amazing community i was able to import multipul file names into excel. One down side was that sometimes i only need to select one file instead of the whole folder. I used the following code...
  6. R

    VBA to split workbooks into files only saving as "sheet1.xlsx"

    I needed a quick fix to break out my worksheet tabs into separate files, so I found the code below. However, when it runs, it doesn't break anything out, it just saves one worksheet as "sheet1.xlsx". Here's the code that another user was kind enough to provide: (it came from: Copying/Saving...
  7. V_Malkoti

    Need help writing VBA code to automatically add attributes and fields from XMLMap

    I am trying to write code which will help me verify a very large number of XML files. Each of these XML files will have a corresponding XSD which will be provided with it. So far I was able to write code to create XMLMap, then set XPath (repeatable) of some fields to ranges, and then import the...
  8. J

    How To Do Relative xPath In CustomXMLNode?

    howdy this code, which loads a KML file, is working great. I'm getting the coordinates of the current oCustomNode: Sub Add_Traverse_CustomXMLPart() Dim oCustomPart As CustomXMLPart Dim oCustomNode As CustomXMLNode Dim oCustomNodes As CustomXMLNodes 'Add a Custom XML Part...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top