Skip to Content
0
Former Member
Nov 26, 2009 at 06:19 AM

How to read OpenXML(.docx) format documents?

57 Views

Hi,

I am working on a Web Dynpro ABAP application where I migrate the content of Word file(s) into the application with the help of Code Page. I get the Word file content in XML format from where I read the relevant data and pass it to the application. It is working fine with .doc files.

New Office 2007 Word files have new extension .docx and data is stored in OpenXML format. When I try to migrate the .docx file in the same way, I see only junk characters in XML.

Please let me know how to bring data from .docx files into the application.

Thanks,

Murthy