lf_cisco_power.py : table layout changes

This commit is contained in:
Chuck SmileyRekiere
2021-01-08 06:34:22 -07:00
parent 454c759d48
commit fab32eb8c5

View File

@@ -553,9 +553,9 @@ def main():
worksheet.write(row, col, 'Controller\n dBm', dblue_bold); col += 1
worksheet.set_column(col, col, 10) # Set width
worksheet.write(row, col, 'Calculated\n dBm\n Beacon', dblue_bold); col += 1
worksheet.set_column(col, col, 18) # Set width
worksheet.write(row, col, 'Diff Controller dBm\n & Beacon dBm \n (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
worksheet.set_column(col, col, 14) # Set width
worksheet.write(row, col, 'Diff\nController dBm\n & Beacon dBm (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
worksheet.set_column(col, col, 10) # Set width
worksheet.write(row, col, 'Calculated\n dBm\n Combined', dblue_bold); col += 1
worksheet.set_column(col, col, 14) # Set width
worksheet.write(row, col, 'Diff\nController dBm\n & Combined', dblue_bold); col += 1