我可以使用什么方法从 VBA 调用 Web 服务?

发布于 2024-07-05 18:55:32 字数 93 浏览 7 评论 0 原文

从 Excel 调用 Web 服务的最简单方法是什么(我使用的是 2002 版)? 请不要使用第三方工具或库。 这必须很容易,使用一些我可以粘贴、使用和触摸的 VBA。

What is the easiest way to call a web service from Excel (I am using version 2002)? Please, no third party tools or libraries. This has to be easy with some VBA that I can paste there, use it, and ever touch.

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

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

发布评论

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

评论(1

逆光下的微笑 2024-07-12 18:55:32

我不认为有任何特别简单的方法可以直接从 VBA 与 SOAP 对话,但是具有 RESTful 接口的 Web 服务(即整个事情可以通过 URL 完成)更容易:我正在查看 这篇文章就在今天。 我刚刚找到的另一篇文章位于此处

但是,如果您无法使用 SOAP,则可以首先阅读 这个。 坦率地说,这一切看起来有点令人讨厌。

I don't think there is any especially easy way to talk to SOAP directly from VBA, but a web service with a RESTful interface (i.e. the whole thing can be done via a URL) is easier: I was looking at this article just today. Another article I just found is here.

If you're stuck with SOAP, however, you could start by reading this and this. Frankly, it all looks a bit nasty.

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