MCPcopy
hub / github.com/exceljs/exceljs / write

Method write

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

* write to a stream

(stream: import('stream').Stream, options?: Partial<CsvWriteOptions>)

Source from the content-addressed store, hash-verified

1610 * write to a stream
1611 */
1612 write(stream: import('stream').Stream, options?: Partial<CsvWriteOptions>): Promise<void>;
1613}
1614
1615export interface Media {

Callers 15

_scheduleMethod · 0.65
parse-sax.jsFile · 0.65
addTextMethod · 0.65
writeFunction · 0.65
_writeToBuffersFunction · 0.65
endFunction · 0.65
_writeOpenMethod · 0.65
_writeCommentMethod · 0.65
_writeCloseMethod · 0.65
_writeMethod · 0.65
_writeOpenWorksheetMethod · 0.65
_writeColumnsMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected