需要一个 Excel 插件来查看底层 openxml

发布于 2024-11-05 04:06:57 字数 115 浏览 3 评论 0原文

有谁知道有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶葆Ⅱㄣ 2024-11-12 04:06:57

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文