C++ Excel Automation
JSON →A C++ based MCP server for intelligent Excel automation using the OpenXLSX library.
Tools · 4
- open_excel_and_list_sheets Open an Excel file and list all sheet names. This tool will also set the current Excel file path for subsequent operations. RECOMMENDED TO RUN THIS TOOL FIRST BEFORE ANY OPERATION OR IF WANT TO CHANGE THE FILE TO MODIFY.
- get_sheet_range_content Get and output table content within a specified range in a specific sheet. Automatically opens and closes the Excel file.
- set_sheet_range_content Set table content within a specified range in a specific sheet. Automatically opens and closes the Excel file.
- create_xlsx_file_by_absolute_path Create a new xlsx file with the given path. Automatically closes the Excel file after creation.
Links
★ 79 GitHub stars