ExcelBackground

data class ExcelBackground(val color: String? = null)

Represents background filling properties.

Note: Colors should be provided in Hex format (e.g., "#FF0000").

Constructors

Link copied to clipboard
constructor(color: String? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard