mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_tx_power.py : commented out he code that uses
ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl. Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
d7eac84124
commit
088d11ff9c
@@ -2911,19 +2911,20 @@ def main():
|
||||
# report.set_table_dataframe_from_csv_sep_tab(full_outfile)
|
||||
# report.build_table()
|
||||
# TODO the table looks off
|
||||
try:
|
||||
report.set_table_dataframe_from_xlsx(outfile_xlsx)
|
||||
except BaseException:
|
||||
traceback.print_exc()
|
||||
#try:
|
||||
# report.set_table_dataframe_from_xlsx(outfile_xlsx)
|
||||
# report.build_table()
|
||||
# report.build_footer()
|
||||
# report.write_html_with_timestamp()
|
||||
# report.write_index_html()
|
||||
#
|
||||
# report.write_pdf(_page_size='A3', _orientation='Landscape')
|
||||
# # report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
|
||||
# # report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
|
||||
|
||||
report.build_table()
|
||||
report.build_footer()
|
||||
report.write_html_with_timestamp()
|
||||
report.write_index_html()
|
||||
# except BaseException:
|
||||
# traceback.print_exc()
|
||||
|
||||
report.write_pdf(_page_size='A3', _orientation='Landscape')
|
||||
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
|
||||
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
|
||||
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
Reference in New Issue
Block a user