zserge / awfice

The world smallest office suite
MIT License
3.59k stars 159 forks source link

Added persistence to localStorage #28

Closed doekman closed 4 years ago

doekman commented 4 years ago

In 87 bytes, all cell-data is being saved in localStorage with the s key (of sheet).

zserge commented 4 years ago

This is unlikely to work, since data URLs have to access to localStorage or any other ways of persistence. Would work for HTML variant, though.

doekman commented 4 years ago

Thanks for sharing.