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