需要一个 Excel 插件来查看底层 openxml
有谁知道有一个 excel 插件可以向您显示底层的 openxml (最好是实时的并且带有语法着色)?
我知道我可以重命名 xlsx 以压缩 xml 搜索,但如果有人知道可以简化此操作的插件,请告诉我
Does anybody know of an excel plugin that can show you the underlying openxml (preferrably in realtime and with syntax coloration)?
I know I can rename xlsx to zip the search for xml but if someone knows of a plug-in that simplify that then let me know
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Open XML SDK 工具包括一个 GUI,用于浏览带有语法着色的 XLSX 文件。
http://www .microsoft.com/downloads/en/details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0&displaylang=en
但它无法查看在 Excel 中打开的 xlsx。 Excel 会锁定其打开的文件,因此在 Excel 中关闭这些文件之前,其他任何程序都无法打开这些文件。
The Open XML SDK Tool includes a GUI for browsing an XLSX file with syntax coloration.
http://www.microsoft.com/downloads/en/details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0&displaylang=en
It can't look at an xlsx that is open in Excel though. Excel keeps a lock on the files it has open, so nothing else will be able to open those files until they're closed in Excel.