We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: