orgtbl-to-html

orgtbl-to-html is an autoloaded Lisp function in `org-table.el'.

(orgtbl-to-html TABLE PARAMS)

Convert the orgtbl-mode TABLE to HTML.
TABLE is a list, each entry either the symbol `hline' for a horizontal
separator line, or a list of fields for that line.
PARAMS is a property list of parameters that can influence the conversion.
Currently this function recognizes the following parameters:

:splice When set to t, return only table body lines, don't wrap
them into a <table> environment. Default is nil.

The general parameters :skip and :skipcols have already been applied when
this function is called. The function does *not* use `orgtbl-to-generic',
so you cannot specify parameters for it.