Subversion Repositories SmartDukaan

Rev

Rev 15505 | Rev 15513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15505 Rev 15506
Line 258... Line 258...
258
    
258
    
259
    cursor = conn.cursor()
259
    cursor = conn.cursor()
260
    cursor.execute(datesql)
260
    cursor.execute(datesql)
261
    result = cursor.fetchall()
261
    result = cursor.fetchall()
262
    global workbook
262
    global workbook
-
 
263
    totalVerifiedLinkSent=0
263
    workbook = xlwt.Workbook()
264
    workbook = xlwt.Workbook()
264
    worksheet = workbook.add_sheet("Fresh")
265
    worksheet = workbook.add_sheet("Fresh")
265
    boldStyle = xlwt.XFStyle()
266
    boldStyle = xlwt.XFStyle()
266
    newStyle= xlwt.XFStyle()
267
    newStyle= xlwt.XFStyle()
267
    style = xlwt.XFStyle()
268
    style = xlwt.XFStyle()