XML to Excel

XML general tools
converter
Here, we have XML converters those are useful to put data into Microsoft Excel Spread Sheets.

Summary

well-formed XML
convert to MS Excel Book
Click to view examples or read in Japanese.

System Requirement

To install the Internet Explorer 5.5 or above is the best way to get the MSXML 2.0 on your PC. Some tools require an Excel 97 or later.

Quick Start

  1. Save a program source (conv-xml2xl-1.bas) on your local disk.
  2. Start Microsoft Excel with a blank(new) book.
  3. Open the Visual Basic Editor. (Tool/Macro/Visual Basic Editor)
  4. Import the downloaded program source (conv-xml2xl-1.bas). (File/Import Files)
  5. Specify your XML file location to the variable "xmlUrl" at the first line of the main program "okGo" in the imported module.
  6. Run "okGo". (Run/Run macro/okGo/Run)
  7. View the result on a new book.

Tools

  1. Common hints to all tools
  2. DOM Tree view (conv-xml2xl-1.bas)
  3. Plain Table view (conv-xml2xl-2.bas)
  4. Multi-Sheet view (conv-xml2xl-3.bas)

History

2000/9/23
conv-xml2xl-2.bas released
conv-xml2xl-3.bas released
2000/9/20
conv-xml2xl-1.bas released