MCPcopy
hub / github.com/exceljs/exceljs / readFile

Method readFile

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

* read from a file

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

Source from the content-addressed store, hash-verified

1585 * read from a file
1586 */
1587 readFile(path: string, options?: Partial<CsvReadOptions>): Promise<Worksheet>;
1588
1589 /**
1590 * read from a stream

Callers 15

fsReadFileAsyncFunction · 0.65
test-comments.jsFile · 0.65
testBookIn.jsFile · 0.65
testTemplate.jsFile · 0.65
testBookRead.jsFile · 0.65
testBigBookIn.jsFile · 0.65
testCsvIn.jsFile · 0.65
testBookFont.jsFile · 0.65
testProcess.jsFile · 0.65
test-copy.jsFile · 0.65
testXlsxIn.jsFile · 0.65
testImageIn.jsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected