POI获取WORD标题

public class WordUtil { //2003 public static List<String> getWordTitles2003(String path) throws IOException{ File file = new File(path); String filename = file.getName(); filename = filename.
相关文章
相关标签/搜索