xml 如何查看Excel文件的XML格式?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8984254/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-06 15:07:24 来源:igfitidea点击:
How to view the XML form of an Excel file?
提问by Allan Chua
How can I view the XML form of an Excel *.xlsxfile?
如何查看 Excel*.xlsx文件的 XML 格式?
回答by RB.
XLSX files are just ZIP files, so unzip them using your favourite ZIP tool.
XLSX 文件只是 ZIP 文件,因此请使用您喜欢的 ZIP 工具解压缩它们。
回答by Kevin Bowersox
The following procedure worked for me:
以下程序对我有用:
- Change the extension of the file from .xlsx to .zip
- Unzip with winzip
- 将文件的扩展名从 .xlsx 更改为 .zip
- 用winzip解压

