Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have excel sheet with data i want to import that data to database but the imported excel sheet format is different and database structure is different. how i can import that excel sheet into database.

thank you

What I have tried:

i tired with same format i.e., both excel and database having same format
Posted
Updated 10-Sep-16 0:21am

1 solution

See Working with MS Excel(xls / xlsx) Using MDAC and Oledb[^]. Once you have the Excel data you just need to match the fields with those of your database.
 
Share this answer
 
v2

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