BCellTableExport extension

TSV and HTML-table export for a BCellGridStateManager (spec: Import/Export). Same selection as toCsv/toJson: visible columns, filtered rows, all pages.

on

Methods

toHtml() String

Available on BCellGridStateManager, provided by the BCellTableExport extension

A minimal <table>. Every title and cell value is HTML-escaped — cell data is untrusted, so this is an XSS trust boundary; do not skip it.
toTsv({bool sanitizeFormulas = false}) String

Available on BCellGridStateManager, provided by the BCellTableExport extension

Tab-separated values, header row = column titles.