forked from sheetjs/sheetjs
Fixed writeFileAsync
doc [ci skip]
This commit is contained in:
parent
af421e3161
commit
90747905ad
@ -2208,7 +2208,7 @@ Parse options are described in the [Parsing Options](#parsing-options) section.
|
||||
`XLSX.writeFile(wb, filename, write_opts)` attempts to write `wb` to `filename`.
|
||||
In browser-based environments, it will attempt to force a client-side download.
|
||||
|
||||
`XLSX.writeFileAsync(wb, filename, o, cb)` attempts to write `wb` to `filename`.
|
||||
`XLSX.writeFileAsync(filename, wb, o, cb)` attempts to write `wb` to `filename`.
|
||||
If `o` is omitted, the writer will use the third argument as the callback.
|
||||
|
||||
`XLSX.stream` contains a set of streaming write functions.
|
||||
|
@ -21,7 +21,7 @@ Parse options are described in the [Parsing Options](#parsing-options) section.
|
||||
`XLSX.writeFile(wb, filename, write_opts)` attempts to write `wb` to `filename`.
|
||||
In browser-based environments, it will attempt to force a client-side download.
|
||||
|
||||
`XLSX.writeFileAsync(wb, filename, o, cb)` attempts to write `wb` to `filename`.
|
||||
`XLSX.writeFileAsync(filename, wb, o, cb)` attempts to write `wb` to `filename`.
|
||||
If `o` is omitted, the writer will use the third argument as the callback.
|
||||
|
||||
`XLSX.stream` contains a set of streaming write functions.
|
||||
|
Loading…
Reference in New Issue
Block a user