metacalc
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

/metacalc/

    Package Sidebar

    Install

    npm i metacalc

    Homepage

    metarhia.com

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    5.85 kB

    Total Files

    7

    Last publish

    Collaborators

    • timur.shemsedinov