I want to import the data from xls to my MYSQL database,but problem is that the data/columns present in xls file is from different number of tables. Suppose we have column col1,col2,col3,col4,col5,col6 from xls. col1,col3 from table1 and col2,col4 from table2 and col5,col6 from table3
How can i import these all columns field data to those corresponding tables through c# code?