As you can see in the Excel there is a Column “Scan …” with the name of the file (picture). The link behind the picture is “https://-----” If I click on this link, the picture is downloaded automatically by my browser.
When I load the Excel in a data table, the only value in the Scan Attribure is the name of the file, which is not usefull for me.
Can somebody tell me an approach how to download these files behind these links?
I used the Activity PAckage from BalaReva to get the URL in an easy way. I have to fill in the Excel Application Scope the Cell.
Now, how can I fill this in dynamically (like in a for each loop). In this Excel Applicatoin Scope.
As the Hyperlinks are always in column N, I only need to add the excel rownumber dynamically.
My goals ist to replace the entry in these cells with their real hyperlinks in the excel. I cannot use a data table because as soon as I load the data into the data table, I only find the name of the files to download in the cells and not the hyperlinks to it. So there I start losing information and have to manage it before in Excel.