包含 Excel 文件的 AutoCAD 文件的路径

发布于 2024-08-04 04:38:23 字数 95 浏览 4 评论 0原文

我在 AutoCAD (.dwg) 文件中嵌入了 Excel (.xls) 文件。 使用 VBA(在 Excel 下)我想提取包含它的文件的路径(AutoCAD 文件的路径)。

I have an embedded Excel (.xls) file in a AutoCAD (.dwg) file.
Using VBA (under Excel) I want to extract the path for the file that contains it (the path for AutoCAD file).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

没有心的人 2024-08-11 04:38:23

如果 Excel 嵌入到 AutoCAD 文件中,则您将需要与 AutoCAD 兼容的 API 来读取宿主 AutoCAD DWG 文件。在这里搜索 AutoCAD API,但基本上有 AutoCAD(惊喜!)和开放设计联盟

如果您直接访问嵌入的 Excel 文件,那么它无法知道它已嵌入到任何内容中,因此它不会知道宿主 AutoCAD DWG 文件的路径。

If the Excel is embedded in an AutoCAD file then you will need an AutoCAD-compatible API to read the host AutoCAD DWG file. Search here for AutoCAD APIs but basically there are AutoCAD (surprise!) and the Open Design Alliance.

If you are going straight to the embedded Excel file then it has no way of knowing that it has been embedded in anything so it won't know that path of the host AutoCAD DWG file.

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