1 2 3 4
摘要: #!/ufr/bin/env python # -*- coding:utf-8 -*- import xlwings as xw import queue import threading import time StopEvent = object() class TreadPool: def 阅读全文
posted @ 2018-05-18 22:01 I我的博客I 阅读(3523) 评论(0) 推荐(0) 编辑
摘要: 前言:安装 pip install xlwings xlwings 安装成功后,如果运行提示报错“ImportError: no module named win32api”,请再安装 pypiwin32 或者 pywin32 包;(pip install pypiwin32) 1、脚本:自动化/与 阅读全文
posted @ 2018-05-18 18:10 I我的博客I 阅读(1716) 评论(0) 推荐(0) 编辑
摘要: Python-Excel 模块哪家强? 0. 前言 从网页爬下来的大量数据需要清洗? 成堆的科学实验数据需要导入 Excel 进行分析? 有成堆的表格等待统计? 作为人生苦短的 Python 程序员,该如何优雅地操作 Excel? 得益于前人的辛勤劳作,Python 处理 Excel 已有很多现成的 阅读全文
posted @ 2018-05-18 18:07 I我的博客I 阅读(9330) 评论(0) 推荐(1) 编辑