Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Apply professional Excel font formatting with AI‑powered automation. Style Excel text with fonts, colors, sizes, and special effects for polished spreadsheets.
font_settings – Excel font styling (family, size, bold, italic, color, etc.) with AI Excel precisionfont_settings_batch – Apply Excel font settings to multiple ranges in batch using spreadsheet MCP{
"tool": "font_settings",
"parameters": {
"filepath": "reports/styled-report.xlsx",
"sheet_name": "Data",
"range": "A1:F1",
"font_name": "Arial",
"font_size": 14,
"bold": true,
"font_color": "#FFFFFF"
}
}
{
"tool": "font_settings",
"parameters": {
"filepath": "reports/effects-demo.xlsx",
"sheet_name": "Sheet1",
"range": "A2",
"italic": true,
"underline": true,
"strikethrough": true,
"font_color": "#FF0000"
}
}
{
"tool": "font_settings",
"parameters": {
"filepath": "reports/scientific.xlsx",
"sheet_name": "Formulas",
"range": "A3",
"font_size": 10,
"subscript": true
}
}
{
"tool": "font_settings_batch",
"parameters": {
"filepath": "reports/professional-report.xlsx",
"sheet_name": "Summary Report",
"font_ranges": [
{
"range": "C3:G3",
"font_name": "Arial Black",
"font_size": 16,
"bold": true,
"italic": true,
"underline": true,
"font_color": "#FF0000"
},
{
"range": "D4:D6",
"font_name": "Calibri",
"font_size": 12,
"bold": true,
"font_color": "#0066CC"
},
{
"range": "E4:E6",
"font_name": "Times New Roman",
"italic": true,
"font_color": "#006600"
}
]
}
}
{
"tool": "font_settings_batch",
"parameters": {
"filepath": "reports/text-effects.xlsx",
"sheet_name": "Effects Demo",
"font_ranges": [
{
"range": "A3",
"font_size": 10,
"subscript": true
},
{
"range": "B3",
"font_size": 10,
"superscript": true
},
{
"range": "C3",
"strikethrough": true,
"underline": true,
"font_color": "#CC0000"
}
]
}
}
{
"tool": "font_settings_batch",
"parameters": {
"filepath": "reports/financial-report.xlsx",
"sheet_name": "Sheet1",
"font_ranges": [
{
"range": "A1:F1",
"font_name": "Arial",
"font_size": 14,
"bold": true,
"font_color": "#FFFFFF"
},
{
"range": "A5:F5",
"bold": true,
"font_size": 12
},
{
"range": "F2:F5",
"bold": true,
"font_color": "#006600"
}
]
}
}
"Arial" – Clean, modern sans‑serif"Calibri" – Microsoft Office default"Times New Roman" – Traditional serif"Arial Black" – Bold display font"Courier New" – Monospace font8 – Very small text10 – Small text11 – Default size12 – Standard body text14 – Large text16 – Heading size18 – Large heading"#000000" – Black"#FFFFFF" – White"#FF0000" – Red"#0066CC" – Blue"#006600" – Green"#FF6600" – Orange"#800080" – Purplebold: true – Bold textitalic: true – Italic textunderline: true – Underlined textstrikethrough: true – Strikethrough textsubscript: true – Subscript text (H₂O)superscript: true – Superscript text (x²){
"tool": "font_settings_batch",
"parameters": {
"filepath": "reports/scientific.xlsx",
"sheet_name": "Formulas",
"font_ranges": [
{
"range": "A1",
"font_name": "Times New Roman",
"font_size": 12,
"bold": true
},
{
"range": "B1",
"font_size": 10,
"subscript": true
},
{
"range": "C1",
"font_size": 10,
"superscript": true
}
]
}
}
{
"tool": "font_settings_batch",
"parameters": {
"filepath": "reports/color-coded.xlsx",
"sheet_name": "Status Report",
"font_ranges": [
{
"range": "A2:A5",
"font_color": "#008000",
"bold": true
},
{
"range": "B2:B5",
"font_color": "#FF8C00",
"italic": true
},
{
"range": "C2:C5",
"font_color": "#DC143C",
"strikethrough": true
}
]
}
}
{
"tool": "font_settings",
"parameters": {
"filepath": "test.xlsx",
"sheet_name": "Sheet1",
"range": "A1",
"font_name": "NonExistentFont"
}
}
Result: Falls back to the default system font.
{
"tool": "font_settings",
"parameters": {
"filepath": "test.xlsx",
"sheet_name": "Sheet1",
"range": "A1",
"font_color": "invalid-color"
}
}
Result: Uses the default black color.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.