Skip to content

Execute Excel formula on an array of objects.

Notifications You must be signed in to change notification settings

darvesh/polytope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polytope

To install dependencies:

bun install

To run:

bun test

Goals

import { Polytope } from "polytope";

const data = [{ price: 100 }, { price: 200 }];

const polytope = new Polytope({ data, functions: [] });

const formula = "=SUM({price})";
const result = polytope.execute(formula);

About

Execute Excel formula on an array of objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published