import xlrd
import requests
read_path="美团——健身房.xlsx"
bk = xlrd.open_workbook(read_path)
shxrange = range(bk.nsheets)
try:
sh = bk.sheet_by_name("sheet1")
python读取excel中的图片超链接,批量下载到本地。python+excel
最新推荐文章于 2024-06-19 10:15:00 发布