MCPcopy Index your code
hub / github.com/exceljs/exceljs / writeFile

Method writeFile

index.d.ts:1607–1607  ·  view source on GitHub ↗

* write to a file

(path: string, options?: Partial<CsvWriteOptions>)

Source from the content-addressed store, hash-verified

1605 * write to a file
1606 */
1607 writeFile(path: string, options?: Partial<CsvWriteOptions>): Promise<void>;
1608
1609 /**
1610 * write to a stream

Callers 15

test-comments.jsFile · 0.65
testTemplate.jsFile · 0.65
saveFunction · 0.65
saveFunction · 0.65
saveFunction · 0.65
test-hyperlink.jsFile · 0.65
test-image-out.jsFile · 0.65
testTinyBookOut.jsFile · 0.65

Implementers 2

CSVlib/csv/csv.js
XLSXlib/xlsx/xlsx.js

Calls

no outgoing calls

Tested by 1

testFunction · 0.52