Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
150
def
to_excel(html_table, excel_path):
151
from
tablepyxl
import
tablepyxl
152
153
tablepyxl.document_to_xl(html_table, excel_path)
154
155
156
def
main(args):
Callers
4
save_structure_res
Function · 0.90
save_structure_res
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
save_structure_res
Function · 0.68
main
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…