Skip to main content

Module wasm

Module wasm 

Source
Expand description

Portable read-only adapter used by WebAssembly consumers.

The native *_bytes functions are the testable core. The repository’s standalone bindings/wasm crate exposes them to JavaScript with wasm-bindgen without changing this crate’s native artifact types.

Functions§

extract_text_bytes
Extract workbook text from spreadsheet bytes.
report_json_bytes
Build the machine-readable diagnose JSON report from spreadsheet bytes.
to_csv_bytes
Export one worksheet as CSV from spreadsheet bytes.
to_html_bytes
Export one worksheet as an HTML table fragment from spreadsheet bytes.