需要java代码来打开受密码保护的docx文件
我想解压并读取java中受密码保护的docx文件。我也想知道所使用的算法..请帮助我..
提前致谢...
I want to unzip and read the password protected docx file in java. i want too know the algorithm used..please help me..
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Java 中解析 Microsoft 格式文档(包括 docx)通常使用 Apache POI 完成。您可能需要知道受密码保护的文件的密码。
Parsing Microsoft format documents (including docx) in Java is typically done with Apache POI. You'll likely need to know the password for your password protected file.