Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metarhia/metacalc
Spreadsheet calculations for Metarhia 🧮
https://github.com/metarhia/metacalc
calculations spreadsheet spreadsheets
Last synced: about 1 month ago
JSON representation
Spreadsheet calculations for Metarhia 🧮
- Host: GitHub
- URL: https://github.com/metarhia/metacalc
- Owner: metarhia
- License: mit
- Created: 2022-05-12T20:37:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T09:41:50.000Z (10 months ago)
- Last Synced: 2024-04-29T13:42:44.725Z (8 months ago)
- Topics: calculations, spreadsheet, spreadsheets
- Language: JavaScript
- Homepage: https://metarhia.com
- Size: 135 KB
- Stars: 10
- Watchers: 7
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Spreadsheet calculations for Metarhia
[![ci status](https://github.com/metarhia/metacalc/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/metacalc/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster)
[![snyk](https://snyk.io/test/github/metarhia/metacalc/badge.svg)](https://snyk.io/test/github/metarhia/metacalc)
[![npm version](https://badge.fury.io/js/metacalc.svg)](https://badge.fury.io/js/metacalc)
[![npm downloads/month](https://img.shields.io/npm/dm/metacalc.svg)](https://www.npmjs.com/package/metacalc)
[![npm downloads](https://img.shields.io/npm/dt/metacalc.svg)](https://www.npmjs.com/package/metacalc)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/metarhia/metacalc/blob/master/LICENSE)## Uasge
```js
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](https://github.com/metarhia/metacalc/blob/master/AUTHORS).
Metacalc is [MIT licensed](./LICENSE).\
Metacalc is a part of [Metarhia](https://github.com/metarhia) technology stack.