Hi
I want to upload the data of a EXCEL file into Oracle Table through
JSP.
Suppose I hv a Excel file conating two column
A B
ID Name
1 Nadeem
2 John
and one orcale Table having field A0,A1
How can i upload the data of Excel sheet to Oracle Table without using ODBC.
Thanking in advance