Click here to Skip to main content
15,916,601 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to import excel file in vb6 and display in datagrid and also export that file to oracle database? give me demo program for this question.
Posted
Updated 13-Sep-11 17:29pm
v2

1 solution

There are two methods you can use:
1) Use an Excel object (either early or late bind) to open the Excel workbook / sheets, read data and update in relevant columns
2) Use ADO to open a connection to the required Excel sheet as a record set and proceed as with any other data source.

HTH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900