Xlsx Type
This does currently not correctly work if you want to use this from js https://github.com/fable-compiler/Fable/issues/3498
Static members
Static member | Description |
|
|
|
|
|
|
|
|
Full Usage:
Xlsx.toXlsxFile path wb
Parameters:
string
wb : FsWorkbook
Returns: Promise<unit>
|
|
Full Usage:
Xlsx.toXlsxStream stream wb
Parameters:
Stream
wb : FsWorkbook
Returns: Promise<unit>
|
|