Python_excel基本操作一(Openpyxl)

excel操作 一、 安裝Openpyxl包 pip install openpyxl==2.5.4 想要在文件中插入圖片文件,需要安裝pillow,安裝文件:PIL-fork-1.1.7.win-amd64-py2.7.exe 二、 創建一個excel 文件,並寫入不同類的內容 # -*- coding: utf-8 -*- import locale from openpyxl import 
相關文章
相關標籤/搜索