开发者

Does anyone know how to open MS-Word document in android?

Does anyone know how to open ms-word documents in android?

please give me the name of the API that I can use to develop ms-word 开发者_Go百科viewer?

I want to develop ms-word viewer. please help me.


I agree with what Sheikh Aman says. MS office 2007 files are docx files. x stands for xml. To view the contents of say "data.docx" file, rename the docx file to "data.zip" and open the zip file. You can parse the contents of these xml files by using , Simple API for XML (SAX) or the Document Object Model (DOM) as both are available on Android.

Link has details about xml parsing etc. http://www.ibm.com/developerworks/opensource/library/x-android/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜