Hi,
I want to read MS word files which were created using older office tool (office 2000 or office 2003). Currently I am using Office.Interop API with C#, but this API is slow and buggy. It throws COM exceptions which are somewhat difficult to handle.
Recently (today morning ;) ) I came to know about Open XML format for working on office files. I would like to know about performance of this Open XML format SDK. Does it use COM internally or is it completely new API? Can we use this SDK for office 2000 or office 2003 files? Is it faster than Office interop API?