ses-cell-set-formula

ses-cell-set-formula is a compiled Lisp function in `ses.el'.

(ses-cell-set-formula ROW COL FORMULA)

Store a new formula for (ROW . COL) and enqueue the cell for
recalculation via `post-command-hook'. Updates the reference lists for the
cells that this cell refers to. Does not update cell value or reprint the
cell. To avoid inconsistencies, this function is not interruptible, which
means Emacs will crash if FORMULA contains a circular list.