K
K
keslo2014-08-16 20:18:48
Computer networks
keslo, 2014-08-16 20:18:48

How to download files from the Internet according to XLS data?

Good afternoon, ladies and gentlemen!
There is a task:
- in the xls format file there is a list of 2000+ hyperlinks to photos on the Internet
- you need to download all the photos from this list to your local computer
Is there any solution or how you can implement it on your own?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2014-08-17
@keslo

1. In the adjacent column from the column of links, use the "CONCATENATE" function to collect the command line for wget.
2. Copy the command line column from Excel and paste it into an empty CMD file, place wget.exe next to it, and run CMD.

A
Alexander Taratin, 2014-08-16
@Taraflex

Convert xls to csv
And then something like this
https://stackoverflow.com/questions/9865866/pipe-o...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question