Subversion Repositories SmartDukaan

Rev

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

Rev 14115 Rev 14116
Line 128... Line 128...
128
        sheet.write(it, 20, x.minNlc)
128
        sheet.write(it, 20, x.minNlc)
129
        sheet.write(it, 21, x.maxprice)
129
        sheet.write(it, 21, x.maxprice)
130
        sheet.write(it, 22, x.rank)
130
        sheet.write(it, 22, x.rank)
131
        sheet.write(it, 23, x.nlcPoints)
131
        sheet.write(it, 23, x.nlcPoints)
132
        sheet.write(it, 24, x.bestSellerPoints)
132
        sheet.write(it, 24, x.bestSellerPoints)
133
        sheet.write(it, 24, x.catalogBestSellerPoints)
133
        sheet.write(it, 25, x.catalogBestSellerPoints)
134
        sheet.write(it, 26, x.totalPoints)
134
        sheet.write(it, 26, x.totalPoints)
135
        sheet.write(it, 27, x.showDeal)
135
        sheet.write(it, 27, x.showDeal)
136
        it+=1
136
        it+=1
137
    filename = "/tmp/deal-data"+str(datetime.now())+".xls" 
137
    filename = "/tmp/deal-data"+str(datetime.now())+".xls" 
138
    wbk.save(filename)
138
    wbk.save(filename)