React Common - Object Structures - ExcelFont
An object that configures the font in an Excel cell.
import { ExcelFont } from "devextreme/exporter/excel/excel.doc_comments"
Type:
color
The text's color in hexadecimal characters.
Type:
This property 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.
underline
The underline formatting style.
Type:
Accepted Values: 'double' | 'doubleAccounting' | 'none' | 'single' | 'singleAccounting'
underline | Result |
---|---|
"none" | ![]() |
"single" | ![]() |
"double" | ![]() |
"singleAccounting" | ![]() |
"doubleAccounting" | ![]() |
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.