0.0.2 • Published 2 years ago

metacalc v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spreadsheet calculations for Metarhia

ci status snyk npm version npm downloads/month npm downloads license

Uasge

const { Sheet } = require('metacalc');

const sheet = new Sheet();

sheet.cells['A1'] = 100;
sheet.cells['B1'] = 2;
sheet.cells['C1'] = '=A1*B1';

console.log({ sheet });

License & Contributors

Copyright (c) 2022 Metarhia contributors. Metacalc is MIT licensed.\ Metacalc is a part of Metarhia technology stack.