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

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.36latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.36
0.0.22
0.0.12
0.0.03

Package Sidebar

Install

npm i metacalc

Homepage

metarhia.com

Weekly Downloads

13

Version

0.0.3

License

MIT

Unpacked Size

5.88 kB

Total Files

6

Last publish

Collaborators

  • timur.shemsedinov