mirror of https://github.com/milvus-io/milvus.git
10 lines
295 B
Python
10 lines
295 B
Python
|
# from tablereport import Table
|
||
|
# from tablereport.shortcut import write_to_excel
|
||
|
|
||
|
# RESULT_FOLDER = "results"
|
||
|
|
||
|
# def create_table(headers, bodys, table_name):
|
||
|
# table = Table(header=[headers],
|
||
|
# body=[bodys])
|
||
|
|
||
|
# write_to_excel('%s/%s.xlsx' % (RESULT_FOLDER, table_name), table)
|