defaultCellStyle Object

The default cell styles that will be applied to the sheet cells.

defaultCellStyle.background String

The background CSS color of the cell.

defaultCellStyle.color String

The text CSS color of the cell.

defaultCellStyle.fontFamily String

The font family of the cell.

defaultCellStyle.fontSize String

The font size of the cell in pixels.

defaultCellStyle.Italic Boolean

If set to true, sets the cell font to italic.

defaultCellStyle.bold Boolean

If set to true, sets the cell font to bold.

defaultCellStyle.underline Boolean

If set to true, sets the cell font to underline.

defaultCellStyle.wrap Boolean

If set to true, sets the cell wrap.

In this article