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.