Skip to content

metarhia/metacalc

Repository files navigation

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-2023 Metarhia contributors. Metacalc is MIT licensed.
Metacalc is a part of Metarhia technology stack.