Export HTML files

Deephaven can convert tables to HTML table-formatted strings via the html method from TableTools. It converts a Deephaven table to a string HTML table.

html

The html method requires only a single argument — the table to convert. Here, we'll create a simple table and convert it to HTML.

Note

Since HTML tables represent all data as plain, untyped text, all typing will be lost.