Python使用(xlrd、requests):根據Excel文件中圖片url下載圖片到本地

import requests import xlrd # 打開Excel文件讀取數據 data = xlrd.open_workbook('C:/Users/hbqfi/Desktop/2222.xlsx') table = data.sheet_by_index(0) # 經過索引順序獲取 # 獲取整行和整列的值(返回數組) URLs = table.col_values(0) fo
相關文章
相關標籤/搜索