Excel wasm kit
npm install @milojs/excel-kitThis is a simple example of a wasm module that can be used in a web browser or in nodejs.
To create the libe for testing
``bash`
wasm-pack build --target web --out-dir ./reader-test/pkg
`bash`NodeJs
wasm-pack build --target nodejs`bash``Web
wasm-pack build --target web
License: MIT