python操作excel的类库可以用这个:http://www.python-excel.org/ Github上有范例:https://github.com/python-excel/tutorial/blob/master/tests/test_examples.py 我摘抄一段吧,import osfrom cStringIO import StringIOfrom glob import globfrom os import path, environfrom os.path import abspath...
Python复制已有excel中的某几行到新的excel工作表