Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance requested #29

Open
mikeptweet opened this issue Dec 14, 2016 · 0 comments
Open

Guidance requested #29

mikeptweet opened this issue Dec 14, 2016 · 0 comments

Comments

@mikeptweet
Copy link

Thanks for the awesome library. I'm looking for some architectural guidance

I'm looking at using cellx as the basis for a calculation engine, much like excel.

I'd like to have a bunch of cellx variables that represent cells on a spreadsheet, i.e. columns and rows

Some of these have formulas that get computed based on changes in other cells.

For example, say I have A1 = cellx(), A2 =cellx(), etc, etc and I want A3 to be the sum of A1+A2

When A1 or A2 changes, I'd like A3 to be updated automatically.

I'd like to have a matrix of rows and columns, like excel that are reactive to changes in the cells.

Any help would be appreciated ... thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant