org-table-export

org-table-export is an interactive autoloaded compiled Lisp function in `org-table.el'.


(org-table-export &optional FILE FORMAT)

Export table to a file, with configurable format.
Such a file can be imported into usual spreadsheet programs.

FILE can be the output file name. If not given, it will be taken
from a TABLE_EXPORT_FILE property in the current entry or higher
up in the hierarchy, or the user will be prompted for a file
name. FORMAT can be an export format, of the same kind as it
used when `orgtbl-mode' sends a table in a different format.

The command suggests a format depending on TABLE_EXPORT_FORMAT,
whether it is set locally or up in the hierarchy, then on the
extension of the given file name, and finally on the variable
`org-table-export-default-format'.