I have multiple excel files which have multiple sheets. Pointing a process at a different file would not be too cumbersome, but pointing it at a different sheet for each run WOULD be bad. Each sheet's name is unknown to me and there are MANY for each excel file. Essentially there is one file per sales person and one sheet per customer.
Ultimatly I would like to import a column range and one 'key' field from each sheet, but if it is easier to import the whole sheet and then go through programatically and take what I want - that is fine too.
I figured out how to get the information out of SQL and into excel for this process - now I need to get the updates from Excel and into SQL.
Thanks in advance
Ultimatly I would like to import a column range and one 'key' field from each sheet, but if it is easier to import the whole sheet and then go through programatically and take what I want - that is fine too.
I figured out how to get the information out of SQL and into excel for this process - now I need to get the updates from Excel and into SQL.
Thanks in advance