I am trying to make an application to display and add up some data in excel sheets but using a SQL server. The gist of the app is that i can use a windows form or WPF to choose a directory path and select an excel file. Then the app loads the excel data into a SQL table (using Integration services project) where I can then query the data to display the necessary information.
My question is how do i incoperate this excel sheet import into a Windows form. I am able to create a Integration Services project and create my SQL table but i want to be able to load an excel file into SQL from my windows form.
Any direction would be much appreciated. I assume I have to do something to get my package out of the Integration Services Project and into my WindowsForm or WPF project.
Thanks!