downloadCSV
open fun downloadCSV(fileName: String? = null, dataSet: RowRangeLookup = RowRangeLookup.ACTIVE, delimiter: Char = ',', includeBOM: Boolean = false, newTab: Boolean = false): Unit?(source)
Download the table content as CSV
Parameters
fileName
downloaded file name
dataSet
a data set configuration
delimiter
CSV delimiter
includeBOM
determines if BOM should be included
newTab
determines if download should be open in a new tab