一 excel操作包對(duì)比
image.png
二 安裝 openpyxl
pip install openpyxl
三 openpyxl 常用屬性和方法介紹
-
book相關(guān)操作和屬性
image.pngimage.png -
sheet相關(guān)操作和屬性
image.png
image.png -
cell相關(guān)操作和屬性
image.png
四 實(shí)例操作
- 實(shí)例化一個(gè)book
- 激活一個(gè)sheet
- 選擇操作的sheet
- 操作cell
5.操作樣式
6.操作畫圖