2012年6月12日
摘要: 毕业2年来,这2年来,似乎没写过什么文章里。是感官下降了?还是麻木了? 阅读全文
posted @ 2012-06-12 14:05 Wandy.Ying 阅读(100) 评论(0) 推荐(0) 编辑
摘要: from win32com.client import constants, Dispatchclass EasyExcel: def __init__(self, filename=None): self.xlApp = Dispatch('Excel.Application') if filename: self.filename = filename self.xlBook = self.xlApp.Workbooks.Open(filename) else: print "... 阅读全文
posted @ 2012-06-12 11:35 Wandy.Ying 阅读(249) 评论(0) 推荐(0) 编辑