lf_cisco_power.py : LCS-43 changed column width

This commit is contained in:
Chuck SmileyRekiere
2021-01-20 13:03:49 -07:00
parent a80f2d68de
commit f3f913d6e4

View File

@@ -528,6 +528,7 @@ def main():
col = 0
row = 0
worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold); col += 1
worksheet.set_column(col, col, 10) # Set width
worksheet.write(row, col, 'Controller\nChannel', dblue_bold); col += 1
worksheet.write(row, col, 'AP\nChannel', dblue_bold); col += 1
worksheet.write(row, col, 'NSS', dblue_bold); col += 1