write Functions
Functions exported from src/write.ts
write
function write(wb: WorkBook, opts?: WriteOptions): Promise<any>Parameters
| Name | Type | Description |
|---|---|---|
| wb | WorkBook | WorkBook object to serialize |
| opts (optional) | WriteOptions | Write options controlling output format and behavior |
Returns
Promise<any>
Promise resolving to the serialized data in the requested format