Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想打开一个 .doc 文件搜索某些文本并将其替换为其他文本。
我知道 RANGE.replaceText(placeholder, newString) 方法,但是当您在文档中有合并字段或其他特殊格式时它是不可靠的,并且可能会弄乱整个文档。
我想知道是否有另一种方法,手动搜索文档段落并获取字符串并使用每个字符串的 replaceText 方法?
这提出了替代方案。它在 docx4j 的上下文中,但这些选项原则上也适用于 POI。