摘要:
#coding:utf-8#导入相应模块import csv,xlwt,sys,os,fnmatch,xlrdfrom xlutils.copy import copy#对xls文件中的绝对值数据求最大值并列表def max_excel(excel): rb1=xlrd.open_workbo... 阅读全文
摘要:
结合下面的代码学习相关模块及函数方法的使用#coding:utf-8#导入相应模块import csvimport xlwtimport sysimport osimport fnmatch#另存为文件名def ex_file(mycsvfile): csvfile = open(mycsvf... 阅读全文