Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to convert office 2003 files(doc, ppt, xls) to xml office format like pptx, docx and xlsx using OpenXML sdk
Posted
Updated 29-Dec-11 18:47pm

1 solution

Use Office 2007 or later, it will do it automatically.
 
Share this answer
 
Comments
[no name] 30-Dec-11 4:54am    
I am working on Documnet management so there are thousands of document in office 2003 format, i need to convert them in later version using open xml sdk
Richard MacCutchan 30-Dec-11 5:10am    
Firstly I would ask why you need to convert them, since any later version of MSOffice or OpenOffice can read the old format files. However, if you wish to do it via code then you will need to use either the Microsoft.Office.Interop or the OpenOffice SDK; both systems can be found easily via Google.
[no name] 30-Dec-11 5:13am    
actualy i need text strings from those files using Openxml. is it possible to extract text from office 2003 docs using open xml?
Richard MacCutchan 30-Dec-11 5:40am    
No, you need to use the Office.Interop as I mentioned before.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900