Java API that can convert Excel Sheet into Database Table [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionIs there any APIs available in Java that can convert an Excel Sheet into a database table? And also for drawing charts and graphs?
A first step could be the POI project of Apache. For graphdrawing, I used to use the Pefuse Framework.
You can use Apache POI project to read Excel documents.
XLSQL
http://sourceforge.net/projects/xlsql/
Well there is this, but just Google it because there are many options for manipulating excel sheets with java.
精彩评论