Home
last modified time | relevance | path

Searched refs:to_excel (Results 1 – 2 of 2) sorted by relevance

/build/tools/component_tools/static_check/
Dcsct.py167 bundle_errs.to_excel(writer, sheet_name="bundle_check", index=None)
168 gn_errs.to_excel(writer, sheet_name="gn_check", index=None)
/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py137 def to_excel(output_path:str = '.', member in BundlesCheck
144 err_df.to_excel(outpath, index=None)
490 BundlesCheck.to_excel(export_path)