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

cell.calculate is not a function #51

Open
macsupport opened this issue Oct 1, 2017 · 0 comments
Open

cell.calculate is not a function #51

macsupport opened this issue Oct 1, 2017 · 0 comments

Comments

@macsupport
Copy link

Using the current version of calx with this very simple code:

var calc  = $('.table').calx();
var sheet = calc.calx('getSheet');
sheet.getCell('A4');
cell.calculate();

and I get this error cell.calculate is not a function
A4 is just a sum data-cell="A4" data-formula="SUM(A1:A3)" data-format="0[.]00"

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