使用VBA从Microsoft Excel工作表下载文件

时间:2016-12-24 09:21:44

标签: excel vba download macros photo

我有一个包含文件夹名称和图片网址的工作表。 我想将所有图像下载到特定文件夹。

enter image description here 任何人都知道如何做到这一点? 谢谢

1 个答案:

答案 0 :(得分:0)

试试这个,看看你是如何相处的。

public class Service implements GenericInterface<Bar> {
    @Override
    public Bar func1() {
        return null;
    }
}

public class GenericBar<S extends GenericInterface<? extends FooInterface>> {
    public S s;

    public GenericBar() {
    }
}