OutputFile
Defined in: impl/js/src/types.ts:408
One generated .xlsx workbook. data can be written directly in Node or
wrapped in a Blob for a browser download.
Stable
Frozen at 1.0.
Properties
| Property | Type | Defined in |
|---|---|---|
data | Uint8Array<ArrayBufferLike> & { buffer: ArrayBuffer; } | impl/js/src/types.ts:410 |
filename | string | impl/js/src/types.ts:409 |
warnings | XtlWarning[] | impl/js/src/types.ts:411 |