Changelog¶
[1.10.0] - 2026-07-23¶
Minor Changes¶
- #734
8988f67Thanks @sbroenne! - Read existing conditional formatting rules (#730): theconditionalformattool now supportslist-rules(per range) andlist-worksheet-rules(entire sheet). Both return each rule's type, operator, formulas, applies-to range, priority, and formatting (interior/font/borders) with colors as#RRGGBBhex strings, in priority order — enabling round-trip safety, debugging, migration, and audit workflows before modifying or clearing rules.
Patch Changes¶
-
#713
25473acThanks @github-actions! - Release automation: auto-merge the changelog PR. The post-release step that opens thechore/changelog-vXPR now also merges it (queued auto-merge, falling back to an immediate squash merge). Previously the PR was only created and left open until a maintainer merged it by hand, which caused several releases to sit with a stale/missing CHANGELOG onmain. -
#714
7cad2f4Thanks @sbroenne! - Faster commits for docs-only changes. The pre-commit hook now treats thegh-pages/documentation website as docs and skips the Release build, smoke tests and all release-packaging gates when a commit touches only documentation (Markdown,docs/,gh-pages/, changesets). Code commits still run the full validation suite, so nothing that ships is left unchecked — documentation edits just no longer wait minutes for binary/packaging gates that cannot be affected by them. -
#729
6f74c60Thanks @sbroenne! - Further reduced Log Analytics ingestion cost for MCP Server telemetry. Application Insights heartbeat (HeartbeatState) and performance counter telemetry (Requests/Sec,Private Bytes,% Processor Time, etc.) are no longer ingested, despite the Application Insights SDK providing no in-process way to disable them in this version — they accounted for roughly a third of remaining telemetry ingestion volume. A Log Analytics ingestion-time transform (Data Collection Rule) now drops these rows server-side, plus the previously-missedhttp.client.request.durationHTTP-client metric. This Data Collection Rule is now defined ininfrastructure/azure/appinsights-resources.bicep(previously only configured manually in Azure, at risk of being lost on redeployment). -
#727
163d9b2Thanks @sbroenne! - Automated Excel integration testing. A cost-optimized self-hosted Windows runner now executes the real Excel integration suite for ready pull requests, including VBA and session tests. Targeted manual runs support surgical feature validation during development, while only the full-suite check satisfies the merge gate. The runner starts on demand and is deallocated after testing. Formula reads now report correct worksheet coordinates and actionable suggestions for cell errors, and locked or invalid workbook paths are rejected before Excel starts. -
#722
8e6d9f1Thanks @sbroenne! - More reliable Python in Excel results.pythoninexcel get-resultnow detects when the Microsoft-hosted Python backend has finished computing by reading Excel's calculation state and the cell's#BUSY!placeholder directly, instead of guessing based on whether the value looked "stable" across repeated reads. The old heuristic could lock onto a stale placeholder and return the wrong value, which is why it needed retry loops to be dependable. A singleget-resultcall now converges deterministically, and the default wait was raised from 15s to 30s to comfortably cover cold-start round-trips. -
#725
2b2b5dfThanks @sbroenne! - Reduced MCP Server telemetry noise and cost. The MCP Server no longer reports the .NET runtime's built-in HTTP-client connection-pool metrics (http.client.open_connections,http.client.active_requests,http.client.connection.duration,http.client.request.time_in_queue,http.client.request.duration) to Application Insights. These were emitted automatically by the telemetry SDK regardless of actual traffic and accounted for the large majority of telemetry ingestion volume, without providing any useful signal for this tool.
[1.9.4] - 2026-07-10¶
Patch Changes¶
-
#706
987b021Thanks @sbroenne! - Add a short "Also building PowerPoint decks?" tip right after the README's hero section, linking to PowerPoint MCP Server, mirroring the same repositioning done on the docs homepage. -
#702
08d2ec6Thanks @sbroenne! - Release automation hardening: The post-release step that opens a PR to commit the compiledCHANGELOG.mdno longer silently swallows failures. During the first live run of the new changesets-based release pipeline, this step failed (the repo didn't allow Actions to create pull requests) but was marked as a passing step, which is exactly the kind of silent failure the new pipeline was built to eliminate. The repo setting has been fixed and the step now fails the release run loudly if it can't create the PR. -
#709
1d8b3cdThanks @sbroenne! - Fix JSON Schema array items format for Gemini API compatibility (#672)
Removes nullable: true from array nodes and adds explicit type: string fallback for C# object nodes. This prevents MCP clients from emitting missing types or union schemas that the strict Gemini API validator rejects.
- #705
bf54607Thanks @sbroenne! - Move the "Also building PowerPoint decks?" sister-project tip on the docs homepage to appear directly under the hero section (success callout + intro video) instead of at the bottom of the page, and simplify its wording so it doesn't depend on the Key Features section that now follows it.
[1.9.1] - 2026-07-09¶
Patch Changes¶
- #699
0e1c4ebThanks @sbroenne! - Changelog generation now uses changesets (#698): Each PR adds a small, human-written note describing what changed for users, and these notes are compiled automatically intoCHANGELOG.mdand the GitHub Release notes when a new version ships. This replaces the old manual process, which had let several releases' worth of changes sit mislabeled as "Unreleased" for months. The changelog itself has also been cleaned up — the mislabeled entries were consolidated and condensed into clearer, less technical summaries.
All notable changes to ExcelMcp will be documented in this file.
This changelog covers all components:
- MCP Server - Model Context Protocol server for AI assistants
- CLI - Command-line interface for scripting and coding agents
- VS Code Extension - One-click installation with bundled MCP Server
- MCPB - Claude Desktop bundle for one-click installation
Entries are short and end-user-facing. Format follows Keep a Changelog; this project uses Semantic Versioning. Starting with this file, entries are compiled automatically from changesets at release time — see Release Strategy for how to add one.
[Unreleased]¶
No pending changes. New entries are added automatically from changesets when a release is cut — see Release Strategy.
[1.9.0] - 2026-07-08¶
Note: Entries below were previously stuck under
[Unreleased]for several releases (v1.8.64–v1.9.0) due to a broken auto-changelog step (see Release Strategy for the fix); they have already shipped and are consolidated here under the last version that included them.
Added¶
- Python in Excel (
=PY()) support (#691): Newpythoninexceltool lets you write and read=PY()formulas — write Python code into a cell and read back its computed value. Requires a licensed Microsoft 365 account with Python in Excel enabled and internet access.
Changed¶
- Excel automation now uses Microsoft's official 16.x interop assembly, fully embedded (#559): Improves reliability and removes a class of "missing office.dll" startup failures on machines without the exact matching Office version installed.
- Routine dependency updates across the .NET and VS Code extension toolchains to keep packages current and free of known vulnerabilities.
Fixed¶
- MCP tool schemas now work with Gemini-based clients: Optional array-type parameters (e.g. range values, formulas, table rows) were rejected by Gemini with an HTTP 400 error; schemas are now generated in a form all MCP clients accept.
- Documentation now consistently reports accurate tool/operation counts (26 tools / 232 operations), with an automated check preventing future drift.
- VBA commands no longer misreport unrelated COM errors as "VBA trust access is not enabled" (#671): the error is now only shown when trust is actually disabled; other failures surface with real diagnostics instead.
- MCP Server and CLI no longer emit stray log noise on startup (#559) that could interfere with output parsing.
- Excel session startup timeouts are shorter (120s) and error messages more actionable (#559), with clearer guidance when a prompt, sign-in dialog, or IRM policy is the likely cause.
- Better diagnostics for
Specified cast is not validstartup errors on Office Click-to-Run installs (#559). namedrange listno longer crashes on workbooks with hidden Power Query-generated names (#653).
[1.8.63] - 2026-05-20¶
Fixed¶
-
MCP
namedrange listandchart listno longer return raw arrays or risk closing the session (#653): Both list commands now return standard structured result envelopes withsuccessand item collections, keep the active session usable after listing empty or populated workbooks, omit hidden/internal Excel names fromnamedrange list, cap large named-range value previews, and normalize returned named range values to JSON-safe types before serialization. -
Release workflow
dotnet packfailure for CLI and MCP Server NuGet packages: The dependency-update PR added<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>to both tool csproj files, which combined withPackAsTool=truerouteddotnet packthrough the RID-aware publish path and made it look forbin/Release/net10.0-windows/win-x64/outputs. The CI release workflow builds each project per-csproj without a runtime flag and writes plainbin/Release/net10.0-windows/, so pack failed with MSB3030. Removed the property fromExcelMcp.CLI.csprojandExcelMcp.McpServer.csprojand documented why it must not be re-added; the standalone-exe publish step still passes the runtime on the command line. -
Range merge info no longer fails on multiple separate merged regions (#647):
range_format get-merge-infonow handles Excel'sDBNull/Variant Null response fromRange.MergeCellswhen a queried range contains heterogeneous merge state, and returns distinctmergedRangesfor merge areas contained in the range. -
CLI daemon and session lifecycle hardening for rapid open/close cycles: Session operations now use atomic validate-and-begin tracking with close-begun state rejection to prevent operation interleaving; save and dispose operations run outside the per-session lock to prevent daemon/reopen stalls; failed teardown quarantines the session instead of reporting "already closed"; session dispose precedes unregister with quarantine on failure.
Workbooks.Opennow includes explicit options to suppress link updates, read-only, notify, and MRU prompts during rapid reopen cycles. In-flight RPC connections are tracked and drained on service shutdown; service disposal runs in finally even when accept loop or RPC tasks fault. Pipe disconnect/shutdown handling is hardened with properIsConnectedchecks. CLI service task faults are observed and surfaced as non-zero exit codes; service disposal moved to finally block. Daemon startup readiness now waits for an actual ping/ready signal from the daemon, not just process spawn. Added regression tests for daemon lifecycle, session close operations, and diagnostics improvements. -
Intermittent session loss and daemon startup failures during Excel automation (#645): Excel COM disconnects such as
RPC_E_DISCONNECTEDare now classified as fatal session loss, dead sessions are cleaned up consistently during save/close and service dispatch, andexcelclidaemon startup/connection-loss messages provide clearer recovery guidance. Screenshot capture is also hardened with additional window activation,CopyPicturefallback modes, and range-copy fallback when Excel's rendering clipboard path is temporarily unavailable. -
PivotTable numeric value fields with currency formatting no longer get misclassified as text (#635):
pivottable_field list-fieldsandadd-value-fieldnow use Excel's PivotField data type metadata before falling back to sampled PivotItem captions, so formatted numeric table columns such asAmountcan be summed correctly instead of being rejected as Text-only fields. -
MCP Server stdio logging no longer corrupts JSON-RPC stdout (#636): Console logging is now configured so all log levels are routed to stderr, keeping stdout reserved exclusively for MCP JSON-RPC frames even if logging configuration is overridden. CLI diagnostics and non-result errors now follow the same stdout-safe convention, keeping stdout reserved for command results and JSON payloads.
-
Dependency freshness refresh across .NET and VS Code extension toolchain: Updated central package pins for stale transitive .NET dependencies (including MessagePack 3.1.4 and netstandard support packages) and refreshed VS Code extension type dependencies (
@types/node,@types/vscode) with regenerated lockfile so dependency audits report fully up-to-date packages. -
CLI timeout parameter parsing now correctly interprets numeric values as seconds (#640): The
--timeoutparameter for commands likedatamodel refreshincorrectly parsed numeric values (e.g.,--timeout 600) as days instead of seconds. Numeric timeouts are now interpreted as seconds, while TimeSpan format (e.g.,00:10:00) is still supported. This fix applies to all timeout parameters across data model, power query, and connection refresh operations. -
Remote DAX and M formatting is now explicit opt-in (#601):
powerquery create/updateanddatamodel create-measure/update-measureno longer send formulas to remote formatter services by default. M code and DAX formulas are preserved as provided (with Excel locale separator translation for DAX), and callers must setformatMCode=trueorformatDax=trueto opt in to remote formatting via powerqueryformatter.com or daxformatter.com. -
CLI daemon startup stability: Hardened
excelclidaemon startup against stale named mutex handles and simultaneousservice startcalls. Startup is now serialized with a process-wide semaphore, daemon liveness checks ignore unowned/abandoned mutexes, and the daemon can take over stale mutex handles instead of exiting as a duplicate instance. Added ServiceDaemon regressions for stale mutex recovery and concurrent start requests, plus a parallel multi-file CLI E2E workflow that exercises independent workbook sessions through the same daemon. -
Reverted CLI daemon auto-start retry behavior (#627): Removed the retry loop and wrapped cancellation/error-message changes from the previous
excelclidaemon startup update, restoring the single-start behavior while preserving the existing daemon readiness checks. -
Data Model MSOLAP class-registration diagnostics now identify the provider Excel uses (#624):
datamodel.evaluateanddatamodel.execute-dmvpreviously mapped every0x80040154from Excel's Data Model ADO connection to a generic "MSOLAP is not installed" message. The error now reports the specific provider parsed fromModelConnection.ADOConnection.ConnectionString, redacts connection-string credentials, and explains that Excel's COM provider selection is not affected by copying ADOMD/MSOLAP DLLs beside the server executable. -
CLI skill guidance now matches the actual CLI surface: Removed MCP-style shared reference files from the
excel-cliskill package so agents no longer see examples likerange_format(action: ...)or underscore tool names when they should useexcelcli -q <command> <action> --kebab-case-flags. The CLI skill now promotesreferences/cli-commands.mdas the command/action/parameter source of truth, documents the real command-group naming convention, and packaging scripts no longer copy MCP shared references into the CLI skill. Added skill-generation regressions to keep the CLI references CLI-specific. -
Screenshot capture now works reliably for non-active sheets and offscreen ranges (#563, #583):
screenshot capture-rangeandcapture-sheetcould export mostly blank images when the target content lived offscreen or on a non-active sheet. The capture path now normalizes minimized Excel windows, scrolls/selects the target range beforeCopyPicture, retries paste operations, and creates the temporary export chart at an onscreen origin so Excel exports the actual captured content instead of a white artifact. Added focused regressions for repeated offscreen captures plus direct non-active-sheet and offscreen-range image-content validation. -
Procedural VBA hardening across reopened workbooks, MCP, and CLI: Fixed a reopened
.xlsmregression wherevba runcould fail after reopening an existing macro-enabled workbook even thoughvba liststill succeeded.ExcelBatchnow keeps macro execution available for explicit VBA operations on reopened.xlsmsessions, andvba runno longer pre-gates on AccessVBOM, preserves late-bound COM invocation, restoresAutomationSecurityafter explicit execution, and treats missing run parameters as an empty list instead of throwing. Added reopened-workbook Core regressions (list -> run,update -> run,delete -> import -> run), an end-to-end MCPvba runproof on a real.xlsmworkbook, and a dedicated CLI transport proof that verifies both workbook side effects and persisted state after reopen. -
CLI required-parameter validation now rejects whitespace-only values: The shared required-parameter guard treated whitespace-only strings as valid, allowing inputs like
vba run --procedure-name " "to slip through CLI validation and reach Excel COM. Fixed by upgrading the shared validator to reject null, empty, and whitespace-only values, and added a focused CLI regression for whitespace-onlyprocedureName. -
vba(action: 'run') fails on Office 365 Click-to-Run (#550):
vba.runused early-bound PIA callApplication.Run()which triggered assembly resolution ofMicrosoft.Vbe.Interop.dll— a DLL not available on Click-to-Run Office installations without the Visual Studio Office workload. Switched to late-bound COM dispatch viaType.InvokeMember, matching the pattern used by all other VBA operations. Also fixed parameter spreading — multiple macro arguments are now passed as individual COM parameters instead of a single array. -
Session startup "Specified cast is not valid" now includes COM diagnostic info (#559): When
Activator.CreateInstancesucceeds but PIA interface cast fails (typically due to COM registration mismatches on certain Office Click-to-Run configurations), the error message now includes the resolved CLSID, PIA interface GUID, process bitness, and Office install path. This helps diagnose machine-specific COM registration issues without requiring remote debugging. -
Enterprise-managed devices: auth/sign-in pop-ups could freeze session startup: On enterprise-managed Windows devices, Excel sometimes shows modal authentication or sign-in dialogs during startup. Because ExcelMcp started Excel hidden, these dialogs were invisible and blocked COM calls indefinitely (SERVERCALL_REJECTED). Fixed with two changes: (1)
OleMessageFilter.RetryRejectedCallnow retriesSERVERCALL_REJECTEDresponses for up to 120 seconds instead of cancelling immediately, giving users time to interact with auth dialogs. (2)ExcelBatchnow starts Excel visible during session open so auth dialogs are interactable, then hides it after all workbooks are loaded ifshow=falsewas requested. -
Failed session startup could leave a hidden Excel.exe process behind and keep the workbook locked:
ExcelBatchcreated the hidden Excel instance before validating/opening the workbook, but if startup failed early (for example because the workbook was locked) the STA-thread cleanup only looked at the promoted instance fields, not the startup locals. The constructor also surfaced the startup exception before the STA cleanup thread had fully finished. Fixed by cleaning up from startup locals when field promotion never happened and waiting for failed-startup cleanup to complete before rethrowing the session-open error. -
Power Query privacy/firewall failures were flattened into generic service errors or hangs instead of surfacing a stable diagnostic: Core now classifies recognized Power Query failures into structured categories such as
Privacy,Expression,Connectivity, andAuthenticationviaPowerQueryCommandException. The service, CLI, and MCP layers now preserveerrorCategoryin their responses, and refresh timeouts on firewall-prone query formulas are reported as likely privacy issues instead of leaving callers blind. Added a privacy-safe synthetic firewall repro in Core, a CLI regression for structured privacy output, and real verification against a representative real-world workbook/query scenario. -
Synchronous COM refresh follow-up stability (#544):
powerquery updatestill used a standalone synchronous refresh path while related Data Model and DAX-backed table refresh operations continued to rely on callback-sensitive COM patterns. Fixed by routingpowerquery updatethrough the shared COM-safe refresh helper, replacingEnterLongOperation()in Data Model refresh with pending-cancellation handling, and wrapping DAX table refresh calls with the sameOleMessageFilter.SetPendingCancellationToken(...)pattern. Added both Core and MCP regression coverage forpowerquery update, and the full Power Query feature slice now passes locally.
Added¶
-
LLM integration test framework overhaul: Migrated
llm-tests/frompytest-aitesttopytest-skill-engineeringwith a clean full rewrite and no backward-compatibility shim. The new harness usesCopilotEvalfor both CLI and MCP workflows, enforces GitHub Copilot authentication checks, and standardizes explicit timeout and turn limits. All LLM workflow scenarios were rewritten around natural-language prompts and outcome-focused assertions, with active docs and instructions updated to match the new framework and workflow. -
Power Query stability diagnostics (#560): Added DIAG traces throughout the shutdown/dispose/PQ refresh paths (gated by
EXCELMCP_DIAGNOSTICS=1environment variable) to aid future debugging of intermittent MashupContainer.Loader.exe crashes. NewSessionDiagnosticshelper class for conditional diagnostic output. -
CLI backward-compatibility aliases: Added
--sheetand--rangeshort aliases in the CLI source generator for backward compatibility with pre-generator parameter names (--sheet-nameand--range-addressremain primary). -
Crash isolation test infrastructure (#560): Added
ExcelCrashIsolationTests(4 experiments isolating MashupContainer crash residue and connection property defaults),PowerQuerySerialWorkflowRegressionTests(two-pass serial PQ refresh workflow),ParameterAliasBackwardCompatTests, and supporting fixtures (CliPowerQueryWorkflowFixture, enhancedCliProcessHelper). -
MCP tool cancellation could leave the in-process server wedged until Excel was killed manually: The MCP
ServiceBridgecreated timeout and cancellation tokens but never applied them to the in-process service call, and tool methods did not flow request cancellation into the bridge. When VS Code cancelled a long-running tool call, the Excel COM work could continue on a blocked batch thread while the poisoned session remained in the server, making subsequent requests appear hung. Fixed by running bridge dispatch on a separate task, force-closing the affected session or resetting the service on timeout/cancellation, and propagating request cancellation from MCP tool methods through the shared tool base into the bridge. -
Remaining synchronous Power Query and connection load paths could still deadlock despite the earlier refresh fix:
powerquery evaluate,powerquery load-to,powerquery createload destinations, and connection worksheet/data refreshes still wrappedQueryTable.Refresh(false)orconnection.Refresh()inEnterLongOperation(). That reused the same callback-rejection pattern that previously deadlocked normal Power Query refresh: Excel and MashupHost could not deliver the inbound COM callbacks needed to complete the synchronous load. Fixed by removingEnterLongOperation()from those paths too and switching them to the sameOleMessageFilter.SetPendingCancellationToken(...)pattern used by the repaired Power Query refresh implementation. -
powerquery refreshcould hang indefinitely (permanent COM deadlock):EnterLongOperationwas called beforeQueryTable.Refresh(false)andconnection.Refresh()in the PowerQuery refresh path.EnterLongOperationsets_isInLongOperation=true, causingHandleInComingCallto returnSERVERCALL_RETRYLATERfor ALL inbound COM calls — including essential MashupHost callbacks Excel needs to complete the synchronous refresh. This created a permanent mutual deadlock (observed: 30-minute hang in production on a worksheet-loaded query). Fixed by removingEnterLongOperationfrom both refresh paths and registering aCancellationTokenwithOleMessageFiltersoMessagePendingreturnsPENDINGMSG_CANCELCALLwhen the token fires, enabling clean STA thread exit. Trade-off: Elevated CPU (~88%) during refresh is accepted as preferable to a permanent hang. The CPU spin regression tests (PowerQueryRefreshCpuSpinTests) are now intentionally expected to fail — they are excluded from CI viaRunType=OnDemandand updated to document this known trade-off. -
Structural COM stability improvements: Addressed root cause of intermittent operation hangs and orphan Excel processes.
ExcelBatch.Execute()now automatically suppressesScreenUpdatingvia a newExcelWriteGuard, reducing COM callbacks and improving bulk operation performance. Unified multi-workbook shutdown to use the resilientExcelShutdownService(was bare COM calls without retry). Added retry logic to workbook Save (for file locks) and Close (for COM busy errors). Excel process ID capture now retries 3 times with 500ms delay to prevent force-kill from being permanently disabled under load. Added safety-netProcessExithandler that kills tracked Excel processes on unexpected .NET process termination. -
Operation hangs with error handling improvements: Hardened the service dispatch layer so that cleanup failures during error handling no longer propagate secondary exceptions. Dead Excel sessions are now automatically detected and cleaned up in all exception paths. Power Query Evaluate
Refresh()is now wrapped withEnterLongOperationto prevent CPU spin during M code evaluation. Added cancellation checks to COM collection loops for large workbooks. -
PivotTable test suite no longer hangs: Fixed a test fixture deadlock caused by using both
IClassFixtureand a collection fixture on the same test class, which created concurrent Excel sessions that deadlocked. Consolidated to a single shared fixture — all 102 PivotTable tests now pass reliably. -
range set-formulasandrange get-formulasinjected@implicit intersection operator inside Excel Tables: The legacyRange.FormulaCOM property automatically prepends@to formulas inside structured tables, causing#FIELD!errors with custom functions that return entity cards (e.g., Office Add-in rich data types). Switched toRange.Formula2(Excel 365+) which respects dynamic array semantics and does not inject@. -
Connection
refreshand PowerQueryrefresh/refresh-allcould hang or miss cancellation on async data sources:WorkbookConnection.Refresh()returns immediately when the provider runs asynchronously, leaving the STA thread without a way to detect completion or honour the operation timeout. Both Connection and PowerQuery refresh now set the sub-connection'sBackgroundQuery = true, callRefresh(), then poll.Refreshingin a loop that responds to cancellation and calls.CancelRefresh()when the timeout fires.powerquery refresh-allwas also updated to use the same robustRefreshConnectionByQueryNamepath (which includesQueryTable.Refresh(false)for worksheet queries) instead of a bareconnection.Refresh(). -
CLI and MCP Server version always reported as 1.0.0 (#523): The update check and About dialog always showed version 1.0.0 instead of the actual installed version. Fixed by removing hardcoded version properties from project files so they inherit from the central version configuration.
-
table appendJsonElement COM marshalling (#519): Row values containing booleans or strings were passed as rawSystem.Text.Json.JsonElementtocell.Value2, which COM interop cannot marshal to a Variant. Fixed by callingRangeHelpers.ConvertToCellValue()(the same fix already present inrange set-values) to unwrapJsonElementto native types before assignment. -
--values/--rowsinline JSON: PowerShell quote-stripping + stdin sentinel (#521): WindowsCreateProcessstrips inner double-quotes when PowerShell passes arguments to native executables, so--values '[["ACD Full Term",0.26]]'arrives as[[ACD Full Term,0.26]](invalid JSON). The generatedDeserializeNestedCollection<T>now: (1) emits a clear error message that mentions--values-fileand--values -as workarounds, and (2) supports a stdin sentinel — passing--values -(or--rows -) reads the JSON fromConsole.In, avoiding shell quoting entirely. -
Table
add-to-data-modelbracket column names block DAX formulas: Excel table columns with literal bracket characters in their names (e.g., from OLEDB import sources) cannot be referenced in DAX formulas after being added to the Data Model. Added newstripBracketColumnNamesparameter (default:false). Whenfalse, bracket column names are reported inbracketColumnsFoundso users are aware of the issue. Whentrue, the source table column headers are renamed (brackets removed) before adding to the Data Model, enabling full DAX access. Theadd-to-data-modelresult now includesbracketColumnsFoundandbracketColumnsRenamedfields. -
PowerQuery
load-to data-modelsilently succeeded without loading data:powerquery load-towithdata-modeldestination returnedsuccess: truebut the table never appeared in the Power Pivot Data Model. The connection was registered viaConnections.Add2()butconnection.Refresh()was never called, so data was not actually loaded. Fixed by callingconnection.Refresh()after creating the connection, consistent with howload-to worksheetworks. -
chartconfig set-data-labelsthrew raw COMException on Line charts with bar-only position: SettinglabelPositiontoInsideEnd,InsideBase, orOutsideEndon a Line chart threw a raw COM exception with no user-friendly explanation. These positions are only valid for bar, column, and area chart types. Fixed by catching the COMException and throwing anInvalidOperationExceptionwith a descriptive message explaining which chart types support each position, consistent with howShowPercentagehandles unsupported chart types. -
rangeformat format-rangeparameter documentation listed wrong valid values forborderStyle: TheborderStyleparameter help incorrectly listedthin,medium,thick,dashed, anddottedas valid values — those areborderWeightvalues. The validborderStylevalues arecontinuous,dash,dot,dashdot,dashdotdot,double,slantdashdot, andnone. Documentation corrected. -
rangeformat format-rangerejectedmiddleas a vertical alignment value: TheverticalAlignmentparameter only acceptedcenterbut not the common aliasmiddle. Both now accepted and produce identical center-vertical alignment.
Changed¶
-
screenshotCLI--outputflag documentation clarified: The--output <path>flag saves the screenshot directly to a PNG or JPEG file instead of printing base64 JSON to stdout. This was already functional but was documented as "For CLI: saved to file" without explaining that--outputis required to save to a file. -
office.dll not found when opening workbooks with connections/data model (#487 follow-up): The
AssemblyResolvehandler only searchedAppContext.BaseDirectoryforoffice.dll. In NuGet-installed tool deployments,office.dllis never copied there (it is only present in local dev builds viaDirectory.Build.targets). Opening workbooks with external connections, Power Query, or a Data Model triggered code paths that caused the CLR to loadMicrosoft.Office.Interop.Excel.dll, which in turn requestedoffice.dll v16. The handler returnednull→FileNotFoundException. Fixed by adding fallback search order: (1)AppContext.BaseDirectory, (2) .NET Framework GAC v16, (3) GAC v15 (accepted by CLR as substitute), (4) Office 365 click-to-run installation directories.Directory.Build.targetsalso updated to prefer v16 GAC when available.
Changed¶
- Migrated Excel COM interop to strongly-typed Microsoft Office PIA: Replaced dynamic late-binding throughout the codebase with strongly-typed
Microsoft.Office.Interop.Exceltypes for improved reliability and compile-time error detection. Power Query APIs (Workbook.Queries) and VBA project access remain as dynamic calls where PIA coverage is unavailable.
Fixed¶
-
All Excel sessions crashed with FileNotFoundException for office.dll (#487): After PIA migration,
ExcelBatchSTA thread declaredtempExcelas typedExcel.Application. Casting a typed COM interop object to(dynamic)retains PIA type metadata; the DLR then resolvedMsoAutomationSecurityfromoffice.dll(Microsoft.Office.Core v16.0.0.0) at runtime, which is not bundled with the deployed .NET tool. Every session (create and open) crashed before opening any workbook. Fixed by casting to(object)first before(dynamic)to force pure IDispatch binding. Also removed a broken<Reference>to office.dll with a wrong v15.0.0.0 hint path (runtime required v16.0.0.0). -
STA Deadlock on Conditional Formatting and Other Re-entrant COM Operations:
OleMessageFilter.MessagePendingwas returning2(PENDINGMSG_WAITNOPROCESS) instead of1(PENDINGMSG_WAITDEFPROCESS). When Excel fires a re-entrant callback (e.g.Calculate/SheetChangeevent) during aFormatConditions.Add()call,WAITNOPROCESSblocked COM from delivering the callback — Excel waited for the callback while the STA thread waited for Excel, causing a permanent deadlock. Any operation that triggers Excel's internal event loop (conditional formatting on formula cells, PivotTable refresh, Power Query refresh) was affected. Fixed by returning1so COM delivers pending inbound calls during the outgoingIDispatch.Invoke. - Hung Session After Tool Call Cancellation: When a user cancelled a tool call while the STA thread was stuck in
IDispatch.Invoke,WithSessionAsynchad nocatch (OperationCanceledException)handler — the session remained alive with a permanently blocked STA thread, causing all subsequent operations to hang. Fixed by addingcatch (OperationCanceledException)that force-closes the session (same pattern as the existingTimeoutExceptionhandler). -
Slow Fail on Successive Calls After Timeout/Cancellation: After a timeout or cancellation,
Execute<T>would queue new work on a permanently stuck STA thread, forcing each subsequent caller to wait for its own full timeout before failing. Fixed by adding a fail-fast pre-check: if_operationTimedOutis set, throwTimeoutExceptionimmediately. -
COM Apartment Boundary in SaveWorkbook (#482): Removed
Task.Run(() => workbook.Save())inExcelShutdownService— this marshalled the COM call from the STA thread to an MTA thread-pool thread, which is incorrect and fragile in .NET 8+. Save is now called directly on the STA thread, which is always the case insideExcelBatch.Execute(). - Wrong-Process Force-Kill from Fallback PID (#482): Removed the "newest EXCEL.EXE process" fallback PID detection in
ExcelBatch. When theHwndpath fails, force-kill is now disabled with a warning rather than risking killing an unrelated Excel workbook the user has open. - Redundant
Thread.Sleepin Dispose (#482): Removed 100 msThread.SleepfromExcelBatch.Dispose(). The preceding_shutdownCts.Cancel()call immediately wakes the STA thread fromWaitToReadAsync, making the sleep redundant and adding unnecessary latency. - Exception Type Lost in Service Error Responses (#482):
ExcelMcpServicetop-levelcatchblocks now return"{ExType}: {ex.Message}"instead of justex.Message, making unexpected failures distinguishable without a full stack trace. - COM Timeout Hang — ExcelBatch now force-kills Excel process on timeout instead of hanging indefinitely on
WaitForSingleObject; ExcelMcpService catchesTimeoutExceptionto prevent unhandled exceptions - FileSystemWatcher CPU Spin — Disabled
IConfigurationreload-on-change in MCP Server to prevent 85%+ CPU usage fromFileSystemWatcherpolling - Process Handle Leak — Fixed
Processobject not being disposed inExcelBatch.ForceKillExcelProcess() - Configuration Sources Cleared — Re-add environment variables and command-line args after clearing config sources (were accidentally removed)
- Source Generator Type Aggregation — Fixed nullable type upgrade logic in
ServiceInfoExtractorthat could lose type information across partial interfaces - Chart Trendline Parameter Name — Renamed
type→trendlineTypeinIChartConfigCommandsto avoid COM parameter ambiguity - Chart Style Error Message — Improved
SetStyleerror message to show valid range whenstyleIdis out of bounds - Chart InvalidOperationException — Added catch for
InvalidOperationExceptionin chart appearance commands
Changed¶
- Chart Test Performance — Refactored 80 chart tests to share a single pre-populated fixture file via
File.Copy()instead of creating individual files via COM, eliminating ~74 redundant Excel sessions
Added¶
- Screenshot quality parameter: New
qualityparameter on screenshot tool (High/Medium/Low). Default isMedium(JPEG at 75% scale, ~4–8x smaller than original PNG). UseHigh(PNG, full scale) when fine text needs careful inspection,Low(JPEG at 50% scale) for layout overviews. - Window Management Tool (#470): New
windowtool with 9 operations to control Excel window visibility, position, state, and status bar — enabling "Agent Mode" where users watch AI work in Excel show/hide— Toggle Excel visibility (syncs with session metadata)bring-to-front— Bring Excel to foregroundget-info— Query window state (visibility, position, size, foreground status)set-state— Set normal / minimized / maximizedset-position— Set window left, top, width, heightarrange— Preset layouts: left-half, right-half, top-half, bottom-half, center, full-screenset-status-bar— Display live operation status text in Excel's status barclear-status-bar— Restore default status bar text- MCP Server proactively asks users about showing Excel for visual tasks (charts, dashboards)
- Agent Mode, Presentation Mode, and Debug Mode workflow guidance
- CLI
--outputflag for all commands: Save command output directly to a file. Screenshot commands automatically save decoded PNG images instead of base64 JSON - CLI Batch Mode (#463): New
excelcli batchcommand executes multiple CLI commands from a JSON file in a single process launch - Session auto-capture from
session.open/session.create, auto-clear onsession.close - NDJSON output for machine-readable results
--stop-on-errorflag to halt on first failure (default: continue all)
Fixed¶
- Screenshot reliability: Screenshots now work reliably regardless of whether Excel is visible or hidden. Added automatic retry for transient capture failures
- CLI
--helpcrash (#463): Fixed Spectre.Console markup crash when parameter descriptions contain[/]characters (e.g.,[A1 notation]) - Source generator tool filtering: Fixed
mcpTool ?? "unknown"fallback; addedHasMcpToolAttributeto correctly filter MCP-only tools - Skills docs parameter names: Fixed wrong CLI parameter names in
conditionalformat.mdandslicer.mdreference files - Auto-save on shutdown: Sessions are now auto-saved before closing when MCP server exits or client disconnects, preventing silent data loss from session timeouts
- Session creation resilience: Added retry logic (Polly) for transient COM failures (
CO_E_SERVER_EXEC_FAILURE,RPC_E_CALL_FAILED) during Excel process startup under resource constraints
[1.7.2] - 2026-02-15¶
Added¶
-
In-Process Service Architecture (#454): MCP Server and CLI each host ExcelMCP Service in-process instead of sharing a separate service process
-
Eliminates service discovery failures (especially NuGet tool installs) and cross-process coordination
-
Separate CLI NuGet Package (#452): CLI published as
Sbroenne.ExcelMcp.CLIalongside MCP Server - Service version negotiation: client validates exact version match with running service on connect
Fixed¶
- Build Workflow Path (#455): Fixed target framework path (
net10.0→net10.0-windows) and formatting errors in build workflow
[1.7.1] - 2026-02-09¶
Fixed¶
- Release Workflow (#451): Moved all external publishing steps after builds succeed to prevent partial releases
[1.6.10] - 2026-02-06¶
⚠️ BREAKING CHANGES¶
See BREAKING-CHANGES.md for complete migration guide. LLMs pick up these changes automatically via tools/list (MCP) and --help (CLI).
- Tool Names Simplified: Removed
excel_prefix from all 23 MCP tool names (e.g.,excel_range→range,excel_file→file). Titles also shortened (e.g.,"Chart Operations"). VS Code extension server name →excel-mcp.
Added¶
- CLI Code Generation (#433): CLI commands auto-generated from Core via Roslyn source generators — guarantees 1:1 MCP/CLI parity
- Calculation Mode Control (#430): New
calculation_modetool/CLI command (automatic, manual, semi-automatic modes; workbook/sheet/range scopes) - Installation via npx (#449): Added
npx add-mcpas primary installation method in docs
Changed¶
- MCP Prompt Reduction (#442): Reduced prompts from 7 to 4 with ~76% content reduction; removed
excel_prefix from prompt names - VS Code Extension: Self-contained publishing (no .NET runtime needed), CLI removed from extension, skills use
chatSkillscontribution point - LLM Tests (#446): Migrated to pytest-aitest v0.3.x from PyPI with unified MCP/CLI test suite
- Release Workflow (#443): Switched to workflow_dispatch with version bump UI; added stale issue workflow
- Terminology: "Daemon" → "ExcelMCP Service" throughout docs
- MCP SKILL template (#448): Added Workflow Checklist table for quick reference (open → create → write → format → save)
- CLI SKILL template (#448): Added "List Parameters Use JSON Arrays" to Common Pitfalls section
- Slicer reference doc: Added CLI JSON Array Quoting section with PowerShell escaping examples
- MCPB: Removed agent skills from Claude Desktop bundle
Fixed¶
- MCP Server Release Path (#450): Corrected package path to
net10.0-windows - Broken Emoji Characters: Fixed corrupted emoji in README files
Removed¶
- Glama.ai Support: Removed Docker-based deployment (
Dockerfile,glama.json,.dockerignore, docs)
[1.6.9] - 2026-02-04¶
Added¶
- CLI Daemon Improvements: Enhanced tray icon experience with better update management and save prompts
- Added "Update CLI" menu option when updates are available (detects global vs local .NET tool install)
- Added save dialog (Yes/No/Cancel) when closing individual sessions from tray
- Added save dialog (Yes/No/Cancel) when stopping daemon with active sessions
- Removed redundant disabled "Excel CLI Daemon" status menu entry
- Toast notifications now mention the Update CLI menu option for easier access
- Update command shows in confirmation dialog before execution
- Auto-restart daemon after successful update
Fixed¶
- PivotTable RPC Disconnection (#426): Fixed "RPC server is unavailable (0x800706BA)" error during rapid OLAP PivotTable field operations
- ROOT CAUSE:
RefreshTable()called after each field operation triggered synchronous Analysis Services queries - FIX: Removed RefreshTable() from field manipulation methods (AddRowField, AddColumnField, AddFilterField, RemoveField, SetFieldFunction)
- Field changes now take effect immediately without blocking AS queries
- Call
pivottable(refresh)explicitly to update visual display after configuring fields - Applies to both OLAP (Data Model) and regular PivotTables for consistency
[1.6.8] - 2026-02-03¶
Changed¶
- JSON Property Names Reverted (#417): Removed short property name mappings for better readability
- JSON output now uses camelCase C# property names (e.g.,
success,errorMessage,filePath) - Removed 433
[JsonPropertyName]attributes from model files - LLMs and humans can now read JSON without consulting a mapping table
Fixed¶
-
CLI Banner Cleanup: Removed PowerShell warning from startup banner
-
Guidance moved to skill documentation (Rule 2: Use File-Based Input)
-
CLI output is now cleaner and less cluttered
-
CLI Missing Parameter Mappings (#423): Fixed CLI commands silently ignoring user-provided values
- ROOT CAUSE: Settings properties defined but not passed to daemon in args switch statements
- FIX: Added missing parameter mappings for affected commands:
connection set-properties: Addeddescription,backgroundQuery,savePassword,refreshPeriodpowerquery create/load-to: AddedtargetSheet,targetCellAddresschart create-*andmove: Addedleft,top,width,heighttable append: Fixed to parse CSV into properrowsformatvba run: AddedtimeoutSeconds
- Added pre-commit check (
check-cli-settings-usage.ps1) to prevent future occurrences
[1.6.5] - 2026-02-03¶
- Dead Session Detection (#414): Auto-detect and cleanup sessions when Excel process dies
- ROOT CAUSE:
SessionManagernever checked if Excel process was alive, leaving dead sessions in dictionary - FIX:
GetSession(),GetActiveSessions(), andIsSessionAlive()now check process health and auto-cleanup ExcelBatch.Execute()validates Excel is alive before queueing operations- Users now get clear error: "Excel process is no longer running" instead of confusing timeouts
- Dead sessions no longer block reopening the same file
- Affects both CLI and MCP Server (shared
SessionManager)
[1.6.4] - 2026-02-03¶
Fixed¶
- COM Timeout with Data Model Dependencies (#412): Fixed timeout when setting formulas/values that trigger Data Model recalculation
- ROOT CAUSE: Excel's automatic calculation blocks COM interface during DAX recalculation
- FIX: Temporarily disable calculation mode (xlCalculationManual) during write operations
- Affected methods:
SetFormulas,SetValues,Table.Append,NamedRange.Write - Formulas like
=INDEX(KPIs[Total_ACR],1)now work without "The operation was canceled" error
[1.6.3] - 2026-02-03¶
Documentation¶
- M Code Identifier Quoting (#407): Added guidance for special characters in Power Query identifiers
- PowerQuery Eval-First Workflow (#405): Updated documentation with eval-first pattern
- CLI Command Name Fix (#403): Fixed CLI command name in agent skills installation docs
[1.6.2] - 2026-02-02¶
Fixed¶
-
Power Query Refresh Error Propagation (#399): Fixed bug where
refreshaction returnedsuccess: trueeven when Power Query had formula errors -
ROOT CAUSE:
Connection.Refresh()silently swallows errors for worksheet queries (InModel=false) - FIX: Now uses
QueryTable.Refresh(false)for worksheet queries which properly throws errors - Data Model queries (InModel=true) continue using
Connection.Refresh()which does throw errors -
Errors now surface clearly:
"[Expression.Error] The name 'Source' wasn't recognized..." -
Table Create Auto-Expand from Single Cell: Fixed issue where
table create --range A1created single-cell table - ROOT CAUSE: Excel's
ListObjects.Add()doesn't auto-expand from a single cell - FIX: Now uses
Range.CurrentRegionwhen single cell provided, capturing all contiguous data - Prevents Data Model issues where tables only contain header column
Added¶
-
Power Query Evaluate (#400): New
evaluateaction to execute M code directly and return results -
Execute arbitrary M code without creating a permanent query
- Returns tabular results (columns, rows) in JSON format
- Automatically cleans up temporary query and worksheet
- Errors propagate properly (e.g., invalid M syntax throws with error message)
-
Example:
excelcli powerquery evaluate --file data.xlsx --mcode "let Source = #table({\"Name\",...})" -
MCP Power Query mCodeFile Parameter: Read M code from file instead of inline string
-
New
mCodeFileparameter onpowerquerytool forcreate,update,evaluateactions - Avoids JSON escaping issues with complex M code containing special characters
-
File takes precedence if both
mCodeandmCodeFileprovided -
MCP VBA vbaCodeFile Parameter: Read VBA code from file instead of inline string
- New
vbaCodeFileparameter onvbatool forcreate-module,update-moduleactions - Handles VBA code with quotes and special characters cleanly
- File takes precedence if both
vbaCodeandvbaCodeFileprovided
[1.6.1] - 2026-02-01¶
Fixed¶
- CLI PackAsTool Workaround (#396): Fixed CLI packaging issue with net10.0-windows target
- CI Duplicate Paths (#394): Removed duplicate paths key in build workflow
[1.6.0] - 2026-02-01¶
Fixed¶
- MCPB Skills Key (#392): Removed unsupported 'skills' key from manifest
- Data Model MSOLAP Error (#391): Better error message when MSOLAP provider is missing
[1.5.14] - 2026-02-01¶
Added¶
CLI Redesign (Breaking Change)¶
-
Complete CLI Rewrite (#387): Redesigned CLI for coding agents and scripting - NOT backwards compatible
-
14 unified command categories with 210 operations matching MCP Server
- All commands now use
--sessionparameter (was positional in some commands) - Comprehensive
--helpdescriptions on all commands synced with MCP tool descriptions - All
--fileparameters support both new file creation and existing files - New
excelcli list-actionscommand to discover all available operations -
Exit code standardization (0=success, 1=error, 2=validation)
-
Quiet Mode:
-q/--quietflag suppresses banner for agent-friendly JSON-only output -
Auto-detects piped/redirected stdout and suppresses banner automatically
-
Version Check:
excelcli version --checkqueries NuGet to show if update available -
Session Close --save: Single
--saveflag for atomic save-and-close workflow -
Replaces separate save + close sequence for cleaner scripting
-
CLI Action Coverage Pre-commit Check: New
check-cli-action-coverage.ps1script - Ensures CLI switch statements cover ALL action strings from ActionExtensions.cs
- Prevents "action not handled" bugs from reaching production
- Validates 210 operations across 21 CLI commands
MCP Server Enhancements¶
-
Session Operation Timeout (#388): Configurable timeout prevents infinite hangs
-
New
timeoutSecondsparameter onfile(open)andfile(create)actions - Default: 300 seconds (5 minutes), configurable range: 10-3600 seconds
-
Applies to ALL operations within session; exceeding timeout throws
TimeoutException -
Create Action (#385): Renamed
create-and-opento simplercreateaction -
Single-action file creation and session opening
-
Performance: ~3.8 seconds (vs ~7-8 seconds with separate create+open)
-
PowerQuery Unload Action: New
unloadaction removes data from all load destinations - Keeps query definition intact while clearing worksheet/model data
Testing & Quality¶
-
LLM Integration Tests: Comprehensive pytest-aitest test suite for CLI
-
9 test scenarios covering all major Excel operations
- Chart positioning, PivotTable layout, Power Query, slicers, tables, ranges
-
Financial report automation workflow tests
-
Agent Skills: New structured skills documentation for AI assistants
skills/excel-cli/- CLI-specific skill with commands referenceskills/excel-mcp/- MCP Server skill with tools referenceskills/shared/- Shared workflows, anti-patterns, behavioral rules
Fixed¶
- Calculated Field Bug: Fixed PivotTable calculated field creation error
- COM Diagnostics: Improved error reporting for COM object lifecycle issues
Changed¶
- CLI timeout option uses
--timeout <seconds>(was--timeout-seconds) - All CLI commands now require explicit
--sessionparameter
[1.5.13] - 2026-01-24¶
Added¶
-
Chart Formatting (#384): Enhanced chart formatting capabilities
-
Data Labels: Configure label position and visibility (showValue, showCategory, showPercentage, etc.)
- Axis Scale: Get/set axis scale properties (min, max, units, auto-scale flags)
- Gridlines: Control major/minor gridlines visibility on chart axes
- Series Markers: Configure marker style, size, and colors for data series
-
8 new operations bringing total chart operations to 22
-
Chart Trendlines (#386): Statistical analysis and forecasting for chart series
- Add Trendline: Linear, Exponential, Logarithmic, Polynomial, Power, Moving Average
- List Trendlines: View all trendlines on a series
- Delete Trendline: Remove trendline by index
- Configure Trendline: Forward/backward forecasting, display equation and R² value
- 4 new operations bringing total chart operations to 26
[1.5.11] - 2026-01-22¶
Added¶
- Added Agent Skill to all artifacts
Changed¶
- MCPB Submission Compliance: Bundle now includes LICENSE and CHANGELOG.md per Anthropic requirements
- Documentation Updates: All READMEs updated with LLM-tested example prompts and accurate tool counts (22 tools, 194 operations)
[1.5.8] - 2026-01-20¶
Added¶
- Now available as a Claude Desktop MCPB Extension
[1.5.6] - 2026-01-20¶
Added¶
- PivotTable & Table Slicers (#363): New
slicertool for interactive filtering - PivotTable Slicers: Create, list, filter, and delete slicers for PivotTable fields
- Table Slicers: Create, list, filter, and delete slicers for Excel Table columns
- 8 new operations for interactive data filtering
[1.5.5] - 2026-01-19¶
Added¶
- DMV Query Execution (#353): Query Data Model metadata using Dynamic Management Views
- New
execute-dmvaction ondatamodeltool - Query TMSCHEMA_MEASURES, TMSCHEMA_RELATIONSHIPS, DISCOVER_CALC_DEPENDENCY, etc.
[1.5.4] - 2026-01-19¶
Added¶
- DAX EVALUATE Query Execution (#356): Execute DAX queries against the Data Model
- New
evaluateaction ondatamodeltool for ad-hoc DAX queries - DAX-Backed Excel Tables (#356): Create worksheet tables populated by DAX queries
- New
create-from-dax,update-dax,get-daxactions
[1.5.0] - 2026-01-10¶
Changed¶
- Tool Reorganization (#341): Split 12 monolithic tools into 21 focused tools
- 186 operations total, better organized for AI assistants
- Ranges: 4 tools (range, range_edit, range_format, range_link)
- PivotTables: 3 tools (pivottable, pivottable_field, pivottable_calc)
- Tables: 2 tools (table, table_column)
- Data Model: 2 tools (datamodel, datamodel_rel)
- Charts: 2 tools (chart, chart_config)
- Worksheets: 2 tools (worksheet, worksheet_style)
Added¶
- LLM Integration Testing (#341): Real AI agent testing using pytest-aitest
Changed¶
- .NET 10 Upgrade: Requires .NET 10.0 instead of .NET 8.0
[1.4.42] - 2025-12-15¶
Added¶
- Power Query Rename (#326, #327): New
renameaction for Power Query queries - Data Model Table Rename (#326, #327): New
rename-tableaction for Data Model tables
[1.4.41] - 2025-12-14¶
Fixed¶
- Power Query Data Model Fix (#324): Fixed "0x800A03EC" error when updating Power Query in workbooks with Data Model present
[1.4.40] - 2025-12-14¶
Changed¶
- MCP SDK Upgrade (#301): Upgraded ModelContextProtocol SDK from 0.4.1-preview.1 to 0.5.0-preview.1
- Proper
isErrorsignaling for tool execution failures - Deterministic exit codes (0 = success, 1 = fatal error)
[1.4.37] - 2025-12-06¶
Changed¶
- PivotTable Performance (#286): Optimized
RefreshTable()calls
Added¶
- Data Model Members (#288): Added support for Data Model table members
[1.4.36] - 2025-12-06¶
Changed¶
- Documentation Updates (#290): Updated tool/operation counts
Fixed¶
- SEO Fix (#292): Fixed robots.txt sitemap URL
[1.4.35] - 2025-12-05¶
Added¶
- Data Model Relationships (#278): Full support for creating, updating, and deleting relationships
- Custom Domain (#276): excelmcpserver.dev
[1.4.34] - 2025-12-05¶
Fixed¶
- DAX Formula Locale Handling (#281): DAX formulas now work on European locales
[1.4.33] - 2025-12-04¶
Changed¶
- Atomic Cross-File Worksheet Operations (#273): New
copy-to-fileandmove-to-fileactions
[1.4.32] - 2025-12-04¶
Fixed¶
- OLAP PivotChart Creation (#267):
CreateFromPivotTablenow works with OLAP/Data Model PivotTables - Power Query LoadToBoth Detection (#271): Fixed incorrect detection
[1.4.31] - 2025-12-04¶
Fixed¶
- Locale-Independent Number Formatting (#263): Number and date formats now work on non-US locales
[1.4.30] - 2025-12-03¶
Fixed¶
- OLAP PivotTable AddValueField (#261): Fixed errors when adding value fields to Data Model PivotTables
Added¶
- Show Excel Mode: Open with
showExcel: trueto watch AI changes live
[1.4.28] - 2025-12-01¶
Fixed¶
- VS Code Extension Display Name (#257): Corrected MCP server display name
[1.4.25] - 2025-12-01¶
Changed¶
- 89% Smaller Extension Size (#250): Switched to framework-dependent deployment
[1.4.24] - 2025-12-01¶
Fixed¶
- Session Stability (#245): Fixed Excel MCP Server stopping due to network errors
Added¶
- PivotTable Grand Totals Control: Show/hide row and column grand totals
- PivotTable Grouping: Group dates by days/months/quarters/years
- PivotTable Calculated Fields: Create calculated fields with formulas
- PivotTable Layout & Subtotals: Configure layout form and subtotals visibility
- Total operations: 172
[1.4.0] - 2025-11-24¶
Added¶
- Excel Table Get Data (#234): New
get-dataaction returns table rows
Fixed¶
- Power Query Error Query Fix (#236): Fixed spurious "Error Query" entries
[1.3.0] - 2025-11-22¶
Added¶
- Chart Operations (#229): 15 new chart actions
- Connection Delete (#226): New
deleteaction - OLAP PivotTable Measures (#217): Auto-create DAX measures
Changed¶
- PivotTable Enhancements (#219, #220): Date/numeric grouping, calculated fields
[1.2.0] - 2025-11-17¶
Added¶
- Worksheet Reordering (#186): New
moveaction
Fixed¶
- MCP Server Crash Fix (#192): Fixed crashes with disconnected COM proxies
- Connection Create Fix (#190): Fixed COM dispatch error
[1.1.0] - 2025-11-10¶
Fixed¶
- File Lock Fix (#173): Fixed "file already open" errors
- LoadTo Silent Failure Fix (#170): LoadTo now properly fails on duplicates
- Validation InputTitle/Message (#167): Fixed empty values
- Power Query Update Fix (#140): Fixed M code merging instead of replacing
- SetFormulas/SetValues Fix (#199): Fixed "out of memory" error
- Data Model Loading Fix (#64): Fixed
set-load-to-data-modelfailures - Power Query Persistence (#42): Fixed load-to-data-model not persisting
Added¶
- PivotTable Discovery (#155): Improved LLM discoverability
- CLI Batch Support (#152): Batch mode for bulk operations
- Timeout Support (#131): Configurable timeouts for all tools
- QueryTable Support (#129): New
excel_querytabletool - Connection Create (#127): New
createaction - PivotTable from Data Model (#109): Create PivotTables from Power Pivot
Changed¶
- Numeric Column Names (#136): Column names can now be numeric
[1.0.0] - 2025-10-29¶
Added¶
- Initial release of ExcelMcp
- MCP Server with 11 tools and 100+ operations
- CLI for command-line scripting
- VS Code Extension for one-click installation
- Power Query management
- Data Model / Power Pivot support
- Excel Tables and PivotTables
- Range operations with formulas
- Chart creation
- Named ranges and parameters
- VBA macro execution
- Worksheet lifecycle management
- Batch operations for performance