[Python常用操作]操作excel

from openpyxl import Workbook from openpyxl.compat import range from openpyxl.utils import get_column_letter wb = Workbook() dest_filename = 'empty_book2.xlsx' ws1 = wb.active # 第一個表 ws1.title = "ran
相關文章
相關標籤/搜索