About 50 results
Open links in new tab
  1. Extract data fields from XML into Excel - Stack Overflow

    Now. import it back into excel, using XML -> Import from the Developer Tools Ribbon. Based on the "flat" XML structure, Excel will create columns for the single values:

  2. when importing XML into Excel, in some situations the elements …

    Apr 3, 2025 · When I import an XML file with two occurances of A, with one occurance containing two occurances of B and the other occurance containing two occurances of C, it does not …

  3. Import XML Children as Columns in Excel - Stack Overflow

    Jan 3, 2017 · I have several large XML files that I need to convert to Excel spreadsheets. Some of the data is nested and when I import to Excel it is creating extra rows for each child value. I …

  4. xml - Function Similar to importxml in Excel? - Stack Overflow

    Jan 5, 2013 · With Excel 2013, there is a function WEBSERVICE to load XML documents, that would do exactly what you want. There is also FILTERXML to search loaded XML document …

  5. xml - How to convert XSD file to XLS - Stack Overflow

    Your question isn't all that clear. Do you want to convert the XSD into Excel? The first answer suggests that you want to use an XSD to import XML data into Excel?

  6. How to fetch data from XML file to Excel sheet using VBA

    0 i created a simply xmlmap. I need a code to import xml data to excel ( right click-xml-import), to get data from an xml, or another. I want to keep the xmlmap that I created, and just replace the …

  7. Batch Import XML Files to Excel Workbook (VBA) - Stack Overflow

    Jul 26, 2021 · Mission: I have a folder of some 90 XML files received weekly that all need consolidated as individual pages in an excel workbook (excel 2016). To make that clear, the …

  8. Importing XML file to Excel shows only root - Stack Overflow

    May 4, 2018 · 0 I am trying to import an XML file into Excel. The file is basically a sitemap, where it's just a tree of all the pages. If, under the Data tab, I use the "From Web" option (the file …

  9. Excel: mapped XML data and the "number stored as text" error

    Apr 23, 2012 · A colleague of mine has an XML document which she opens in Excel 2007, using "Get External Data / From XML Data Import". Excel maps the XML to columns automatically.

  10. Importing XML files into excel with numbers of over 15 digits

    Sep 20, 2019 · 0 I have an xml file which I am trying to import into excel but the most important column being imported has 18 digits and excel only allows up to 15 digits. I have tried setting …