Subversion Repositories SmartDukaan

Rev

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

Rev 16987 Rev 16988
Line 134... Line 134...
134
        worksheet.write(row, 24, 'Install', boldStyle)
134
        worksheet.write(row, 24, 'Install', boldStyle)
135
        worksheet.write(row, 25, 'Store', boldStyle)
135
        worksheet.write(row, 25, 'Store', boldStyle)
136
        worksheet.write(row, 26, 'City', boldStyle)
136
        worksheet.write(row, 26, 'City', boldStyle)
137
        worksheet.write(row, 27, 'Pincode', boldStyle)
137
        worksheet.write(row, 27, 'Pincode', boldStyle)
138
        worksheet.write(row, 28, 'State', boldStyle)
138
        worksheet.write(row, 28, 'State', boldStyle)
-
 
139
        worksheet.write(row, 29, 'Source', boldStyle)
139
 
140
 
140
        for r in result:
141
        for r in result:
141
            row += 1
142
            row += 1
142
            column = 0
143
            column = 0
143
            for data in r :
144
            for data in r :