How to convert xml to excel file programmatically

后端 未结 8 708
旧时难觅i
旧时难觅i 2020-12-06 15:20

I have a xml document holding a small data for my project where I want to convert my xml to an excel file (microsoft office excel 2003 and over)

How can I do this pr

8条回答
  •  长情又很酷
    2020-12-06 15:43

    How to open an XML file in Excel 2003.

    In short, you can simply open it by using FileOpen. Then, when you select an XML file, you are prompted to select one of the following methods to import the XML data:

    • As an XML list
    • As a read-only workbook
    • Use the XML Source task pane

提交回复
热议问题