Excel Automation
Provides Excel file manipulation capabilities through OpenXLSX, enabling creation, editing, and formatting of spreadsheets with cell operations, worksheet management, styling controls, and range manipulation for automated report generation and data processing workflows.
Featured
View Source68 stars
0 tools
Created Aug 2025
@smilefaace/smilefaace-excel-automation-excelautocppAbout
Provides Excel file manipulation capabilities through OpenXLSX, enabling creation, editing, and formatting of spreadsheets with cell operations, worksheet management, styling controls, and range manipulation for automated report generation and data processing workflows.
Categories
general
Installation
npm
npm install @smilefaace/smilefaace-excel-automation-excelautocpp
Configuration
{
"mcpServers": {
"smilefaace-excel-automation-excelautocpp": {
"command": "npx",
"args": [
"-y",
"@smilefaace/smilefaace-excel-automation-excelautocpp"
]
}
}
}