开发者

How can I read data from powerpoint

开发者 https://www.devze.com 2023-01-03 19:13 出处:网络
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!

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. 开发者_JAVA百科


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消