insert into database from excel sheet that has different no. of columns
问题 Using c# and sqlite Pretty much exactly as the title. I want to insert into a database an excel sheet that has a different number of columns than the database. I suspect I need to use an if case to check if the columns are as the same as the db but I'm not sure what the line of code for it would be. Mostly everything I have found are different to what I'm looking for. I can get the data set to display the excel based on the bottom but private void ImportExcelbutton_Click(object sender,