问题描述
我的工作证券交易所的信息平台,我们正在考虑在为我们的平台和自制的Excel文件之间的链接。金融市场仍绑定到旧的DDE服务器的方法,现在它还是重要的今天?
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?
哪些是替代作出Excel文件,OLE DB查询自动在线数据更新?我不知道是否有人已经实现OLE DB提供程序在C#和.NET的任何实例。
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.
我们的API将完全在线和RESTful,有任何的Web服务可以替代的数据链接到Excel中?我记得Excel 2003中有一个Web服务工具包,但我找不到任何接近,在Excel 2007中。
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.
推荐答案
在与Excel交互方面, OLE自动化/ COM 替换使用DDE的。
In terms of interacting with Excel, OLE Automation/COM replaced the use of DDE.
您可能想看看 VSTO (Visual Studio中工具的Office)。
You may want to take a look at VSTO (Visual Studio Tools for Office).
这篇关于DDE是否依然重要?哪些选择呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!