异步,永不止步

2015年7月15日

使用 xlrd 模块实现对excel 的读取、excel转json 、excel 转 mysql insert 语句

摘要: #-*- coding:utf-8 -*-# 处理 excel 中的 area 为 Mysql insert 语句import xlrd, json, codecs, os# data = xlrd.open_workbook('101.xls')data = xlrd.open_workbook(... 阅读全文

posted @ 2015-07-15 23:48 gaopq 阅读(542) 评论(0) 推荐(0) 编辑

导航