摘要: import xlsxwriter,xlrd ''' 思路: 1.获取数据 2.整合数据 3.写入文件 ''' #筛选 def filt(category,table,filt_name=None,res=0): ncol = table.ncols for i in range(0,ncol): col_value=set(table.col_values(... 阅读全文
posted @ 2017-12-05 09:46 wangju003 阅读(655) 评论(0) 推荐(0)