mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
3b0ca71602
Former-commit-id: ac930b6af9c664da4382e97722fed11a70bb2c99
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) |