#coding:utf-8 #导入相应模块 import csv,xlwt,sys,os,fnmatch,xlrd from xlutils.copy import copy #对xls文件中的绝对值数据求最大值并列表 def max_excel(excel): rb1=xlrd.open_workbook(excel) #sheet0=rb1.sheets()[1] wb1=copy(rb1) #sheet页通过sheet名称得到的才能获取行数和列数,但是不能进行写操作,通过下标获得的shee