Hi,
I need to transfer data from excel to oracle using vb.net windows application
Data in excel is filtered. (Filtered using excel data filter)
When I select the data with (Select * from [Supefile]) it is selecting all the data in the sheet
or sometimes it is selecting 20647 rows (excel default no of rows)
How can I just read the filtered data?
Please help.