what my application needs
1) Read large Excel files with .xls or .xlsx formats
2) insert each column as a row in the database with the previous column as the parent of the next
means that if I have 5 columns and 30,000 rows, then I want to insert 1 column as a parent,
The 2nd column is the child of the 1st column, the 3rd column is the child of the 2nd so on ... i.e. tree structure
Now someone can offer me the best API for this in java language.
after some googling, I found that there are many APIs, but this is the best of them.
Link see
Romani
source share