| Article: |
Reading and Writing Excel Files with POI | |
| Subject: | using hssf is it possible to insert to oracle | |
| Date: | 2003-10-23 06:18:47 | |
| From: | anonymous2 | |
|
When user upload a file i need to read to read the excel file and then insert to oracle.
|
||
Showing messages 1 through 1 of 1.
-
using hssf is it possible to insert to oracle
2005-01-18 18:55:58 Namrata [View]



you can write the servlet , which will first read the excel file ..then store the values read in the temporary variables and put those values in oracle database using JDBC connection ...ie java.sql.* package , in the same servlet code.