excel « Table « Java Database Q&A





1. Java API that can convert Excel Sheet into Database Table    stackoverflow.com

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

2. Create table in Excel    coderanch.com

3. Dynamic table creation based on excel template.    coderanch.com

Hi, I need to import excel file into Oracle database through java but the structure of the excel file is not predefined. For Ex : There can be 3 columns in the excel file and next time there can be 5 columns in the excel file. So is it possible to create a database table through java based on the Excel ...