Skip to content
Sheetwrite

Sheetwrite / Documentation

initSheetwrite@sheetwrite/core

Load the WASM data engine once.

Load the WASM data engine once. Must be awaited before createGrid.

Declaration

function initSheetwrite(
source?: BufferSource | URL | string | Request | WebAssembly.Module,
): Promise<void>