2014年1月16日

摘要: import java.io.File;import com.jacob.activeX.ActiveXComponent;import com.jacob.com.Dispatch;import com.jacob.com.Variant;public class WordToHtml { static int WORD_HTML = 8; int WORD_TXT = 7; static int EXCEL_HTML = 44; /* * * WORD转HTML * * @param docfile WORD文件全路径 * ... 阅读全文
posted @ 2014-01-16 21:56 迷途@书童 阅读(366) 评论(0) 推荐(0)

导航