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

Function writeWorkbook

js/botasaurus-server-js/src/writer.ts:378–382  ·  view source on GitHub ↗
(data: any[], filename: string)

Source from the content-addressed store, hash-verified

376}
377
378async function writeWorkbook(data: any[], filename: string): Promise<string> {
379 return writeWorkbookBase(filename, (worksheet:any) =>{
380 return makeWorksheet(worksheet, data)
381 })
382}
383
384async function writeWorkbookStreamed(inputFileNamePath: any, filename: string, streamFn:any): Promise<string> {
385 return writeWorkbookBase(filename, (worksheet:any) =>{

Callers 1

writeExcelFunction · 0.70

Calls 2

writeWorkbookBaseFunction · 0.70
makeWorksheetFunction · 0.70

Tested by

no test coverage detected