哪个是在Java中读取大型excel文件的最佳API? [英] which is the best API to read large sized excel files in Java?

查看:194
本文介绍了哪个是在Java中读取大型excel文件的最佳API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序需要的是

1)使用.xls或.xlsx格式读取大型Excel文件

1) Read large sized excel files with .xls or .xlsx format

2)将每列作为数据库中的一行插入,之前的列作为下一个

2) insert every column as a row in database with previous column as a parent of next

意味着如果我有5列和30,000行,那么我想插入1列作为父项,

第2列是第1列的第1列,第3列是第2列的子级树结构

means if i am having 5 columns and 30,000 rows then i want to insert 1 column as parent,
2nd column is child of 1st column, 3rd column is child of 2nd so on...i.e. tree structure

现在有人可以建议我最好的API来做这个在java语言。

now can anyone suggest me best API to do this in java language.

经过一些谷歌搜索发现有很多API的存在,但这是最好的。

after some googling i found there are lots of API's present but which is the best out of that

参考请参阅

推荐答案

尝试POI,我不知道他们是否阅读.xlsx也许他们在最新的版本中。

Try POI, I am not sure if they read .xlsx, maybe they do in newest versions.

这篇关于哪个是在Java中读取大型excel文件的最佳API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆