DownloadConfig

data class DownloadConfig(    val columnGroups: Boolean? = null,     val rowGroups: Boolean? = null,     val columnCalcs: Boolean? = null,     val rowHeaders: Boolean? = null,     val columnHeaders: Boolean? = null,     val dataTree: Boolean? = null)(source)

Download config options.

Constructors

Link copied to clipboard
constructor(    columnGroups: Boolean? = null,     rowGroups: Boolean? = null,     columnCalcs: Boolean? = null,     rowHeaders: Boolean? = null,     columnHeaders: Boolean? = null,     dataTree: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard