摘要: 最近客户提出的的BUG比较多,但是一一筛选出url又比较麻烦,所以从客户的BUGLIST的description中去取url,写了个简单的获取url输出到excel的方法:-D 以下是源码: # -*- coding: utf-8 -*- import re,xlwt,xlrd from xluti 阅读全文
posted @ 2016-02-18 10:36 虫子宴 阅读(504) 评论(0) 推荐(0) 编辑
摘要: import csv #import xlwt import sqlite3 #wbk=xlwt.Workbook() #sheet=wbk.add_sheet('sheet 1') #sheet.write(0,0,'RecNO') ''' sheet.write(0,0,'recordid') 阅读全文
posted @ 2016-02-18 09:59 虫子宴 阅读(702) 评论(0) 推荐(0) 编辑