@senlinz/import-export-wasm
Version:
Rust WebAssembly for import/export excel files
13 lines (10 loc) • 590 B
Markdown
# @senlinz/import-export-wasm
**@senlinz/import-export-wasm** is the Rust WebAssembly core library for the **@senlinz/import-export** library. It provides the core logic for handling Excel data in browser environments.
> **Note:** This library is currently in beta. Features and APIs may change.
## Features
- Rust WebAssembly core for efficient Excel data handling.
- Read using [calamine](https://docs.rs/calamine/).
- Write using [rust_xlsxwriter](https://docs.rs/rust_xlsxwriter/).
## Usage
Directly use WebAssembly in browser environments.
[Example](./tests/index.html)