So what happened to the CodePlex project? I looked at the object model for Word and it's similar to the one they were doing.
http://www.codeplex.com/OpenXMLObjectsIt'd be nice if MS was the only one doing this (considering they are now), so that we don't have different frameworks out there trying to do the same thing.Lastly, this is awesome! Like to see some real world examples of this, but I could imagine people easily using this in ASP.NET apps.Also, has anyone tried (or planning) to "read" a Word document (or excel, ppt) using these APIs instead of just creating it? Let's say I want to open a word 07 document inside my Application and not use / embed Word activex control. Since it's all XML, can I do it? I know I'll be duplicating a lot of functionality, but if i'ts a document I just created, I probably know how to display it. Maybe as a "preview" or even editable view.
From the blogs:
Use this for feedback.
I have gone thru the getting started tutorial on the SDK, and I found that the APIs are still very XML centric with stream writing and reading and some manipulation of XML object. It would be great if the SDK is more document centric with just Document and Part plus a general write/ read method.
pilotbob wrote:Where's the DEMO?!!! Show the code guys... this is Channel 9 after all, isn't it?BOb