metacalc
v0.0.3
Published
Spreadsheet calculations for Metarhia
Downloads
24
Maintainers
Readme
Spreadsheet calculations for Metarhia
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-2024 Metarhia contributors.
Metacalc is MIT licensed.
Metacalc is a part of Metarhia technology stack.