i am using oracle 11g.how to read a excel file and insert data into oracle table using plsql and oracle forms.i am new to to his topic.enter code here
i tried https://sites.google.com/site/craigsoraclestuff/oracle-forms-webutil/read-excel-into-forms
i need simple correct answer.
how to inser this part to the program :
v_fName := WebUtil_File.File_Open_Dialog(
directory_name => 'C:\'
,File_Filter => null
,Title => 'Select Client filename to Open.'
);
how to get cell value to a variable.i don't see it with this example.i have only one excel sheet.no need to check number of sheets.don't know how to customize all these things.
i need data from 4th column,5th column,5th column and from 5th row i wat to match column 5th with another table and not matches assign flag variable "N" and if matches then flag variable "y" fro each row.
A guy named Anton Scheffer wrote this package that allow you to do querys into an excel file directly (once uploaded to the database of course):
Some examples
So once you had your query results you can insert them as needed into your tables
Here's the full package: