downloadHTML

open fun downloadHTML(    fileName: String? = null,     dataSet: RowRangeLookup = RowRangeLookup.ACTIVE,     style: Boolean = false,     newTab: Boolean = false): Unit?

Download the table content as HTML

Parameters

fileName

downloaded file name

dataSet

a data set configuration

style

download a html table with matching styling

newTab

determines if download should be open in a new tab