I have an application and there is a requiremt to read a doc/dox file without using any third party tool like apache poi or any other.Can You plz tell Me how is this possible.
Thanx in advance.
I have an application and there is a requiremt to read a doc/dox file
Share
I don’t think there is native support for programmatically reading doc/docx files from android. You can use an opensource library like jOpenDocument made exactly for this purpose.
http://www.jopendocument.org/