This topic has not yet been rated - Rate this topic

How to: Open XML Files as Workbooks

This example demonstrates how you can use the OpenXML method to open an XML file as a workbook.

Applies to: The information in this topic applies to document-level projects and application-level projects for Excel 2007 and Excel 2010. For more information, see Features Available by Office Application and Project Type.


this.Application.Workbooks.OpenXML(@"C:\Test.xml", missing, missing);


This example requires:

  • A valid XML file named Test.xml that is stored on drive C.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ