Docx Conversion
I am doing simple docx conversion app in android. File file = new File(path + 'Sample1.docx'); FileInputStream fis = new FileInputStream(file); XWPFDocument document = new XWPFD
Solution 1:
I was able to make JWord working under Android. Had many issues with Apache POI like you have (Conversion to Dalvik format failed).
Post a Comment for "Docx Conversion"