1.python是2.7 2.调试环境是:eclipse+pydev 3.用到的python插件:xlrd、xlutils 4.实际代码如下: #encoding:utf-8 import xlrd import shutil from xlutils.copy import copy from xlutils.margins import null_cell_types def ana_file(aExcelFile): #global gOutput_log_str #download all zip files r_xls=...
1.python是2.7 2.调试环境是:eclipse+pydev 3.用到的python插件:xlrd、xlutils 4.实际代码如下: #encoding:utf-8 import xlrd import shutil from xlutils.copy import copy from xlutils.margins import null_cell_types def ana_file(aExcelFile): #global gOutput_log_str #download all zip files r_xls=...