# pytools **Repository Path**: kzhuo/pytools ## Basic Information - **Project Name**: pytools - **Description**: 工作中的随手小工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2014-07-29 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本插件下载地址 ================ http://git.oschina.net/kzhuo/pytools/repository/archive?ref=master 代码位于excel子目录 http://git.oschina.net/kzhuo/pytools wtconv系列工具 =============== 在cmd路径中安装: easy_install xlrd easy_install xlwt 两个插件后就可以直接运行本脚本了 筛选工作周数在23和26之间的内容 --------------------------------- wtconv.py --min=23 --max=26 issue.xlsx 将会生成默认文件new.xls,此时系统将会把主要工作和第二工作分解成两行,并将周工时相加,可进行相关调整 wtformat.py fill new.xls 将会生成默认文件Full.xls 并将未统计的内容打印提示 wtformat.py filldouble new.xls 每个人按照两行进行填充(国振的要求) config.py中主要给出人员列表和项目列表,以便能够按照新的统计途径去统计, 其中name_lists表示姓名的顺序 xlsmerge系列工具 ================== 0. xlsmerge基本用法: xlsmerge [dir [dir1 ...]] 1. 将收集到的xls文件放到 软件所 硬件所等类似的目录 2. 在update.bat中,根据需要 修改xlsmerge后面的文件夹名称 3. 运行update.bat,此时将为每个文件生成一个 AutoMergedxxxx的xls,这个就是最终合并的文件。