Download Config
data class DownloadConfig(columnGroups: Boolean?, rowGroups: Boolean?, columnCalcs: Boolean?)
Content copied to clipboard
Download config options.
Constructors
Link copied to clipboard
fun DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null)
Content copied to clipboard