摘要: from openpyxl import load_workbook from openpyxl.utils import get_column_letter #通过阿拉伯数组转换成 如:A,B,AF 使用方法 get_column_letter(2361) def read_case(): wb= 阅读全文
posted @ 2020-07-31 14:14 酷酷的城池 阅读(659) 评论(0) 推荐(0) 编辑
摘要: shopInfo = {} shopInfo['name']='1' shopInfo['address']='1' shopInfo['city']='1' shopInfo['phone']='1' shopInfo['number']='1' sql = "insert into 表明(%s) 阅读全文
posted @ 2020-07-31 09:38 酷酷的城池 阅读(1032) 评论(0) 推荐(0) 编辑