我需要什么才能在 JAVA 中读取 Excel 2007 (.xlsx) 扩展名?
Possible Duplicate:
Read xlsx file in Java
I am trying to read excel sheet 2007 by java
I want to know what i need of libraries and JAR files to open and read the sheets
Thanks for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apache POI - Microsoft 文档的 Java API。支持xlsx格式。
Apache POI - the Java API for Microsoft Documents. Supports xlsx format.
尝试 Apache POI。
Try Apache POI.