I am generating report and want to highlight the tab when its fails.
import xlrd
import xlwt
wb = Workbook()
add_result = wb.add_sheet(req_id[req_num])
wb.save("report_name.xls")
I am generating report and want to highlight the tab when its fails.
|
|||||||||||
|
|
||||
|