MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / to_excel

Function to_excel

ppstructure/table/predict_table.py:150–153  ·  view source on GitHub ↗
(html_table, excel_path)

Source from the content-addressed store, hash-verified

148
149
150def to_excel(html_table, excel_path):
151 from tablepyxl import tablepyxl
152
153 tablepyxl.document_to_xl(html_table, excel_path)
154
155
156def main(args):

Callers 4

save_structure_resFunction · 0.90
save_structure_resFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

save_structure_resFunction · 0.68
mainFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…