MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / writeTempExcel

Function writeTempExcel

js/botasaurus-js/src/output.ts:504–506  ·  view source on GitHub ↗
(data: any[], log: boolean = true)

Source from the content-addressed store, hash-verified

502}
503
504function writeTempExcel(data: any[], log: boolean = true) {
505 return writeExcel(data, 'temp.xlsx', log)
506}
507
508function readTempExcel() {
509 return readExcel('temp.xlsx')

Callers 2

output.jsFile · 0.85
index.jsFile · 0.85

Calls 1

writeExcelFunction · 0.70

Tested by

no test coverage detected