MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / write_temp_excel

Function write_temp_excel

botasaurus/output.py:439–440  ·  view source on GitHub ↗
(data, log=True, convert_strings_to_urls=True)

Source from the content-addressed store, hash-verified

437 return data
438
439def write_temp_excel(data, log=True, convert_strings_to_urls=True):
440 return write_excel(data, "temp.xlsx", log, convert_strings_to_urls)
441
442def read_temp_excel():
443 return read_excel("temp.xlsx")

Callers

nothing calls this directly

Calls 1

write_excelFunction · 0.85

Tested by

no test coverage detected