mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
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) |