2

Is there any APIs available in Java that can convert an Excel Sheet into a database table? And also for drawing charts and graphs?

1
  • It will be a two step process. Step 1 is to convert the Excel Sheet into data you can use and Step 2 will be loading that data into the database. As a general rule of thumb, you should define your database tables ahead of time instead of dynamically generating them. Commented Oct 6, 2011 at 14:39

4 Answers 4

4

A first step could be the POI project of Apache. For graphdrawing, I used to use the Pefuse Framework.

Sign up to request clarification or add additional context in comments.

Comments

2

You can use Apache POI project to read Excel documents.

Comments

2

XLSQL

http://sourceforge.net/projects/xlsql/

Comments

0

Well there is this, but just Google it because there are many options for manipulating excel sheets with java.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.