Searched refs:header_style (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ts/misc/ |
D | xls-report.py | 109 header_style = xlwt.easyxf('font: bold true; alignment: horizontal centre, vertical top, wrap True') variable 271 sheet.write_merge(row, row + 1, col, col, caption, header_style) 273 sheet.write(row, col, caption, header_style) 280 sheet.write_merge(row, row, col, col + 1, config_name, header_style) 286 sheet.write(row, col, config_name, header_style) 295 sheet.write_merge(row, row + 1, col, col, caption, header_style) 297 sheet.write(row, col, caption, header_style)
|