DDE 还重要吗? 有哪些替代方案?

发布于 2024-07-11 23:14:48 字数 305 浏览 10 评论 0原文

我正在开发一个股票交易信息平台,我们正在考虑在我们的平台和自制 Excel 文件之间提供链接。 金融市场仍然受限于旧的 DDE 服务器方法,现在还重要吗?

有哪些替代方案可以对 Excel 文件、OLE DB 查询进行自动在线数据更新? 我想知道是否有人有在 C# 和 .NET 中实现 OLE DB 提供程序的示例。

我们的 API 将完全在线且 RESTful,是否有任何 Web 服务替代方案可以将此数据链接到 Excel? 我记得 Excel 2003 有一个 Web 服务工具包,但我在 Excel 2007 中找不到任何类似的东西。

I'm working on a stock exchange information platform and we are thinking in provide a link between our platform and home-made Excel files. The financial market is still bound to the old DDE server approach, now does it still matter today?

Which are the alternatives to make automatic online data updates on Excel files, OLE DB queries? I wonder if anyone has any example of implementing an OLE DB provider in C# and .NET.

Our API will be completely online and RESTful, there is any Web Services alternative to link this data to Excel? I remember Excel 2003 having a Web Services Toolkit but I can't find anything close to that in Excel 2007.

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

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

发布评论

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

评论(3

江南烟雨〆相思醉 2024-07-18 23:14:49

我可以推荐阅读此页面。 它几乎讨论了 DDE 的各个方面:

http://www.angelfire.com/biz/ rhaminisys/ddeinfo.html

I can recommend reading this page. It talks about almost every aspect of DDE:

http://www.angelfire.com/biz/rhaminisys/ddeinfo.html

倾城°AllureLove 2024-07-18 23:14:49

在与Excel交互方面,OLE Automation/COM取代了DDE的使用。

您可能需要查看 VSTO(用于办公室)。

In terms of interacting with Excel, OLE Automation/COM replaced the use of DDE.

You may want to take a look at VSTO (Visual Studio Tools for Office).

无可置疑 2024-07-18 23:14:49

您也可以尝试这个(旧的,但我认为仍然相关) 在 Excel 2002 中构建实时数据服务器 (MSDN)

在路透社的实时数据领域工作了多年,必须说我已经有十多年没有研究过 DDE 了。 我认为它仍然可以使用,但它确实很旧并且已被很多东西取代。 大多数情况下,我一直在使用与实时 API 交互的桌面应用程序。

其他一些链接:

You might also try this (old, but I think still relevant) Building a Real-Time Data Server in Excel 2002 (MSDN)

Having worked at Reuters for years in the real-time data world, I must say that I haven't looked at DDE in over a decade. I assume it still sees use, but it is really old and has been replaced by lots of stuff. Mostly though I have been working with desktop apps that talk to the real-time APIs.

Some other links:

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