摘要:
word转换public void createTemp(String fileString,File docFile) { HWPFDocument hwpfDocument = null; FileInputStream fis = null; FileOutputStream fos = null; ByteArrayOutputStream bos = null; try { fis = new FileInputStream(new File(fileString)); ... 阅读全文
posted @ 2012-10-26 11:28
qingyezhu
阅读(296)
评论(0)
推荐(0)

浙公网安备 33010602011771号