02 2017 档案
摘要:from xlrd import open_workbookfrom xlutils.copy import copyimport sysreload(sys)sys.setdefaultencoding('utf-8') def replaceexcel(file_path,replacedic)
阅读全文
摘要:# -*- coding: utf-8 -*-__author__ = 'Alon'__date__ = '2017/2/9 22:43'import Tkinterimport tkFileDialogclass MainFrame(Tkinter.Frame): def __init__(sel
阅读全文