Creates a new Style and adds it to the workbook’s collection of styles.
Specifies a number format for a numeric cell value.
The name of the new style.
The workbook to add the new style to.
Sets the style of the bottom border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the bottom border of the cell.
Sets the style of the left border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the left border of the cell.
Sets the style of the right border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the right border of the cell.
Sets the style of the top border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the top border of the cell.
Sets the horizontal alignment of the cell. The value null means not to change the alignment.
An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between -90 and 90.
Sets the vertical alignment of the cell. The value null means not to change the alignment.
Sets whether the text contained in a cell is wrapped into multiple lines.
Sets the fill color of the cell.
Sets whether the cell content is formatted as bold.
Sets the font color of the cell.
Sets whether the cell content is formatted as italic.
Sets the font name of the cell.
Specifies whether text size in a cell changes automatically to fit the cell width: true to automatically change text size to fit a cell; otherwise, false.
Sets the font size of the cell.
Sets whether the cell content is formatted as strikethrough.