Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testMergedBorder.js
File · 0.65
test-comments.js
File · 0.65
test-image-one-cell-anchor.js
File · 0.65
testTemplate.js
File · 0.65
save
Function · 0.65
save
Function · 0.65
save
Function · 0.65
test-header-footer.js
File · 0.65
test-hyperlink.js
File · 0.65
test-colour-cell.js
File · 0.65
test-image-out.js
File · 0.65
testTinyBookOut.js
File · 0.65
Implementers
2
CSV
lib/csv/csv.js
XLSX
lib/xlsx/xlsx.js
Calls
no outgoing calls
Tested by
1
test
Function · 0.52