jQuery Common - Object Structures - ExcelFont

An object that configures the font in an Excel cell.

Type:

Object

bold

Specifies whether the text should be in bold.

Type:

Boolean

color

The text's color in hexadecimal characters.

Type:

String

This option accepts values in the following format: "#RRGGBBAA" where R (red), G (green), B (blue), and A (alpha) are hexadecimal characters (0-9, A-F). A is optional.

italic

Specifies whether the text should be in italic.

Type:

Boolean

name

The name of the typeface that should be applied to the text.

Type:

String

size

The font size specified in points (1/72 of an inch).

Type:

Number

underline

The underline formatting style.

Type:

String

Accepted Values: 'double' | 'doubleAccounting' | 'none' | 'single' | 'singleAccounting'

underline Result
"none"
"single"
"double"
"singleAccounting"
"doubleAccounting"