इसे छोड़कर कंटेंट पर जाएं

Microsoft Office task pane

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

The Office pane packages an xcsh sidebar for supported Excel, Word, and PowerPoint hosts. xcsh office --help describes the installed serve, print, and sideload actions.

Package tests own pane components, bridge messages, and host-independent state. Office-host integration tests own document application programming interfaces (APIs), sideloading, and task-pane lifecycle. A change that crosses the bridge requires both suites; a passing browser-style component test does not prove Word, Excel, or PowerPoint host behavior.

The pane build and its local bridge server must match the xcsh version used for the session. One active sidebar binds to one server session at a time.

Ribbon placement, the sideload mechanism, and trust prompts differ across Office on Windows, Office on macOS, and Office on the web. Read the sideload action from xcsh office --help, then follow the Microsoft sideloading procedure for the specific host you are targeting.

GoalRecommended surfaceWhy
Edit or analyze a standalone documentThe document workflowIt can render and verify the saved artifact.
Control the open Office task paneThe Office integrationIt operates in the signed-in host application.
Run a repeatable batch jobHeadless mode or SDKIt avoids UI-dependent focus and selection.

The Office host, active document, selection, and signed-in account determine scope. Confirm all four before a write. Save to a test copy, reopen it, and inspect the changed region; closing a dialog is not proof that the document persisted.