org-table-to-lisp

org-table-to-lisp is an autoloaded compiled Lisp function in `org-table.el'.

(org-table-to-lisp &optional TXT)

Convert the table at point to a Lisp structure.
The structure will be a list. Each item is either the symbol `hline'
for a horizontal separator line, or a list of field values as strings.
The table is taken from the parameter TXT, or from the buffer at point.