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.
任何人都可以帮助我弄清楚如何从 java 中的 .rd 扩展文件中检索数据。我想将 .rd 扩展文件中的数据复制到 word 文档文件中。我是java新手,因此无法解决问题。
提前感谢赛
请参阅这些文件:
一旦您能够通过以前的方法读取文件,您就可以使用Apache POI将其转换为 word 文档。
希望这可以帮助!