第12章 更新商品價格表

import openpyxl wb = openpyxl.load_workbook("produceSales.xlsx") sheet = wb['Sheet'] product_price = {'Garlic': 3.07, 'Celery': 1.19, 'Lemon': 1.27} for row in range(
相關文章
相關標籤/搜索