Function: ses-export-tsf
ses-export-tsf is an interactive and byte-compiled function defined in
ses.el.gz.
Signature
(ses-export-tsf BEG END)
Documentation
Export formulas from the current range, with tabs between columns and newlines between rows. Result is placed in kill ring.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defun ses-export-tsf (_beg _end)
"Export formulas from the current range, with tabs between columns and
newlines between rows. Result is placed in kill ring."
(interactive "r")
(ses-export-tab t))