如何创建与 Excel 一起使用的数据提供程序

发布于 2024-12-21 01:02:43 字数 165 浏览 1 评论 0原文

Excel (2010) 具有从外部数据源(如 Access、Web 和其他数据源(如 SQL Server 和 ODBC)创建数据透视表的功能)。假设我创建了一个名为 X 的新数据库系统,并且我想创建 Excel 可以使用数据提供程序(而不是 Excel 加载项)连接到该 X 的功能。我要开发什么以及从哪里开始?

Excel (2010) has functionality to create pivot tables from an external data source like from Access, From Web and other data sources like SQL server and ODBC. Suppose I have created a new database system called X and I want to create the functionality that Excel can connect to this X using a data provider (not an Excel Add-in). What do I develop and where do I start?

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

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

发布评论

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

评论(1

盛装女皇 2024-12-28 01:02:44

如果我没记错的话,Excel 可以使用任何 ADO.NET 驱动程序。因此,您需要做的就是遵循以下 指南此处是来自 MSDN 杂志的更详细说明。

如果 Excel 不支持,您需要创建一个 OleDb 驱动程序 ADO.NET 驱动程序。

Excel can use any ADO.NET driver If I'm not mistaken. So all you need to do is to follow the following guide. Here is a more detailed description from MSDN Magazine.

You'll need to create an OleDb driver if Excel doesn't support ADO.NET drivers.

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