I’m trying to add a simple formula to a column like this:
{type: “numeric”, formula: ‘=A1+B1’}
I’m not sure if this is even the correct way of doing this. my goal is that every cell in this column contains this formula after table creation. the cells are always empty though. Hyperformula seems to be setup correctly, at least it works if I type in the formula by hand or put it in the table as a value in data. I really don’t want to do that though.
What might I be doing wrong here?