2023年8月4日
摘要: OA办公中,业务需要编辑word文档,需要插入另外word文档的功能。 怎么实现编辑word文档插入另外word文档呢? # 2 实现方法 通过pageOffice实现简单的在线打开编辑word时, 通过设置 关键代码: ``` WordDocument worddoc = new WordDocu 阅读全文
posted @ 2023-08-04 15:33 qianxi 阅读(256) 评论(0) 推荐(0) 编辑