android-word2html icon indicating copy to clipboard operation
android-word2html copied to clipboard

android word文档预览 基于poi的word(.doc/.docx)转html 实现预览功能

Results 2 android-word2html issues
Sort by recently updated
recently updated
newest added

WordUtils.getInstance(basicSet).word2html(); basicSet can not be loaded for the second time because it is singleton. e.g. ``` // first time call basicSet with doc fileA.docx to html fileA.html WordUtils.getInstance(basicSet).word2html(); // success...