在 arraylist 中读取和写入 .xls 文件
在我的 struts2 应用程序中,我遇到了必须读取 .xls 文件并将其写入数组列表的情况。 .xls 文件是固定格式的,即没有。列数是固定的。 请建议我最好的方法来做到这一点? 提前致谢。
In my struts2 application, I met with a situation where I have to read .xls file and write it into an arraylist. The .xls file is of fixed format i.e no. of columns are fixed.
Please suggest me the best way to do this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这里
Have a look at here