easy-spreadsheet-write
Preparing search index...
write
Function write
write
<
O
extends
WritingOptions
>
(
workbook
:
WorkBook
,
options
?:
O
,
)
:
O
[
"type"
]
extends
"buffer"
?
Uint8Array
<
ArrayBufferLike
>
|
Buffer
<
ArrayBufferLike
>
:
O
[
"type"
]
extends
"string"
|
"base64"
|
"binary"
?
string
:
any
Type Parameters
O
extends
WritingOptions
Parameters
workbook
:
WorkBook
Optional
options
:
O
Returns
O
[
"type"
]
extends
"buffer"
?
Uint8Array
<
ArrayBufferLike
>
|
Buffer
<
ArrayBufferLike
>
:
O
[
"type"
]
extends
"string"
|
"base64"
|
"binary"
?
string
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
easy-spreadsheet-write
Loading...