如何从powerpoint中读取数据

发布于 2024-09-06 08:31:45 字数 111 浏览 6 评论 0原文

我必须处理 MS powerpoint 文件中的数据,但我不知道如何打开和处理 powerpoint 文件中的数据。请帮我!

我的编程语言是C#,使用的是Visual Studio 2010。

I have to work with data in MS powerpoint file, but I don't know how to open and process data in powerpoint file. Please help me!

My programming language is C# and use visual studio 2010.

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

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

发布评论

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

评论(2

木槿暧夏七纪年 2024-09-13 08:31:45

您需要 Microsoft 互操作程序集。然后,您可以访问 powerpoint 文件,但请记住,您必须安装 powerpoint 才能工作,因为它使用您的 powerpoint 实例来访问文件(Excel 和 Word 在访问这些类型的文件时使用相同的技术)。

这是另一个有用的链接: http://msdn .microsoft.com/en-us/library/aax7sdch%28v=VS.80%29.aspx

You need the Microsoft interop assemblies. You can then access the powerpoint files, but keep in mind you have to have powerpoint installed for it to work since it uses your powerpoint instance to access the file (Excel and Word use the same technique when accessing those types of files).

Here's another helpful link: http://msdn.microsoft.com/en-us/library/aax7sdch%28v=VS.80%29.aspx

扭转时空 2024-09-13 08:31:45

这里是关于从 C# 控制 PowerPoint 文件的好知识库

Here is a good KB on controlling PowerPoint files from C#

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