Files
IronCalc/bindings/wasm
Nicolás Hatcher Andrés 48719b6416 UPDATE: Adds cell and formula editing (#92)
* UPDATE: Adds cell and formula editing

* FIX: Do not loose focus when clicking on the formula we are editing

* FIX: Minimal implementation of browse mode

* FIX: Initial browse mode within sheets

* UPDATE: Webapp

Minimal Web Application
2024-10-08 19:44:27 +02:00
..
2024-06-02 10:01:46 +02:00
2024-09-17 00:27:06 +02:00
2024-08-18 11:44:16 +02:00
2024-04-14 21:50:14 +02:00
2024-08-18 11:44:16 +02:00

IronCalc Web bindings

This crate is used to build the web bindings for IronCalc. Note that it does not contain the xlsx writer and reader, only the engine.

https://www.npmjs.com/package/@ironcalc/wasm?activeTab=readme

Building

make

Testing

Right now this is a manual process and only carries out a smoke test:

  1. Build the package
  2. Run python -m http.server
  3. In your browser open http://0.0.0.0:8000/test.html

Publishing

Follow the commands:

wasm-pack login
make
cd pkg
npm publish --access=public