DDE 还重要吗? 有哪些替代方案?
我正在开发一个股票交易信息平台,我们正在考虑在我们的平台和自制 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我可以推荐阅读此页面。 它几乎讨论了 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
在与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).
您也可以尝试这个(旧的,但我认为仍然相关) 在 Excel 2002 中构建实时数据服务器 (MSDN) 我
在路透社的实时数据领域工作了多年,必须说我已经有十多年没有研究过 DDE 了。 我认为它仍然可以使用,但它确实很旧并且已被很多东西取代。 大多数情况下,我一直在使用与实时 API 交互的桌面应用程序。
其他一些链接:
获取实时数据从 Excel 中的 Web
开发实时数据服务器 (RTD)
适用于 Delphi 5 中的 Excel 2013、2010、2007 - XE4
发现 Excel 的 COM 实时源
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:
Getting Real-Time Data from the Web in Excel
Develop Real-Time Data servers (RTD )
for Excel 2013, 2010, 2007 in Delphi 5 - XE4
Discover a COM Realtime Feed for Excel