Python使用openpyxl讀寫excel文件

前言 根據官方文檔,openpyxl 是一個第三方庫, 它能夠能夠處理 xlsx/xlsm 格式的 Excel 文件(A Python library to read/write Excel 2010 xlsx/xlsm files)。 openpyxl 中主要的三個概念: Workbook(工做表),Sheet(表頁)和Cell(格)。 openpyxl 中主要的操做: 打開 Workbook,
相關文章
相關標籤/搜索