python中excel表格的读写
摘要:
1 #!usr/bin/env python 2 #-*- coding:utf-8 -*- 3 import xlrd 4 import xlwt 5 from xlutils.copy import copy 6 import os 7 8 data = xlrd.open_workbook... 阅读全文
posted @ 2015-04-02 16:53 GreenBean 阅读(302) 评论(0) 推荐(0)
浙公网安备 33010602011771号