Is there any APIs available in Java that can convert an Excel Sheet into a database table? And also for drawing charts and graphs?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use Apache POI project to read Excel documents. |
|||
|
|
|
A first step could be the POI project of Apache. For graphdrawing, I used to use the Pefuse Framework. |
|||
|
|
|
Well there is this, but just Google it because there are many options for manipulating excel sheets with java. |
|||
|
|