Dear All,
I have an excel file with multiple sheets which I stored in Azure BLOB storage. I'm using script task to load file from blob storage to azure sql. Using For each Azure blob enumerator to loop through the files, script task to read an excel file and load to azure sql db. Seems like it requires windowsazure and excel data reader DLLs to perform these actions. I can install Nuget package for these DLLs, but after saving and reopening script task these DLLs are getting invalid. Can you please suggest a permanent solution for this issue? Or an alternate way to read files from blob storage to azure sql using ssis script task.
Thank You
Julie