defaultCellStyleObject
The default cell styles that will be applied to the sheet cells.
defaultCellStyle.backgroundString
The background CSS color of the cell.
defaultCellStyle.colorString
The text CSS color of the cell.
defaultCellStyle.fontFamilyString
The font family of the cell.
defaultCellStyle.fontSizeString
The font size of the cell in pixels.
defaultCellStyle.ItalicBoolean
If set to true
, sets the cell font to italic.
defaultCellStyle.boldBoolean
If set to true
, sets the cell font to bold.
defaultCellStyle.underlineBoolean
If set to true
, sets the cell font to underline.
defaultCellStyle.wrapBoolean
If set to true
, sets the cell wrap.
In this article