ses-call-printer

ses-call-printer is a compiled Lisp function in `ses.el'.

(ses-call-printer PRINTER &optional VALUE)

Invoke PRINTER (a string or parenthesized string or function-symbol or
lambda of one argument) on VALUE. Result is the printed cell as a string.
The variable `ses-call-printer-return' is set to t if the printer used
parenthesis to request left-justification, or the error-signal if the
printer signaled one (and "%s" is used as the default printer), else nil.