How can I read data from powerpoint
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#
精彩评论