Sacha Chua writes: >>> * Math: >>> >>> * "Simple Emacs Spreadsheet" a.k.a SES (Reddit)
>> Export + import
> The (inserted) table can also be easily converted to org mode using
> org-table-covert-region.
FWIW, I've used this to directly pull a table in:
#+BEGIN_SRC elisp
(with-current-buffer "test.ses"
(mapcar #'cdr (cdr (ses-range TopLeft BottomRight *))))
#+END_SRC
--
---
via emacs-tangents mailing list
(https://lists.gnu.org/mailman/listinfo/emacs-tangents)
