Python openpyxl 套件介紹
閱讀 0:37·字數 189·發佈
Python openpyxl 套件
openpyxl
是一個用於操作 Microsoft Excel 檔案的 Python 套件,其支援的檔案格式包括,.xlsx
,.xlsm
,.xltx
和.xltm
。
安裝 Python openpyxl 套件
如果 Python 已經擁有了可用的 pip,你可以通過 pip 方便的完成openpyxl
套件的安裝,輸入以下命令即可。
Windows
python -m pip install openpyxl
UNIX/Linux/macOS
python3 -m pip install openpyxl
內容分類
取得程式碼
本部分所使用的程式碼,可在 GitHub 上瀏覽,網址如下:
https://github.com/codebeatme/office-programming/tree/master/src/zh-hant/openpyxl