add-excel

仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

方便在应用中直接读写存储在 OneDrive/SharePoint 的 Excel 数据,适合办公场景。

▸ 风险提示

需访问用户 OneDrive/SharePoint,涉及文件与隐私权限授权。

这个 Skill 做什么

为 Power Apps 代码应用添加 Excel Online(Business)连接器以读写工作簿数据。

把 Excel Online (Business) 连接器装到 Power Apps 代码应用里,让应用能从 OneDrive 或 SharePoint 读写工作簿数据。适合需要读取报表、写入表格或把业务数据存 Excel 的场景。流程包含收集信息、配置连接、构建并更新记忆库,省去你手动配置的繁琐步骤。

▸ 展开 SKILL.md 英文原文

Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.

办公文档Excel OnlineOneDrive数据读写通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-excel/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-excel/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

# Add Excel Online

## Workflow

1. Check Memory Bank → 2. Gather → 3. Add Connector → 4. Configure → 5. Build → 6. Update Memory Bank

---

### Step 1: Check Memory Bank

Check for `memory-bank.md` per [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md).

### Step 2: Gather

Ask the user:

1. Where is the workbook? (OneDrive or SharePoint)
2. Workbook file name
3. Which table(s) in the workbook to access

### Step 3: Add Connector

**First, find the connection ID** (see [connector-reference.md](${PLUGIN_ROOT}/shared/connector-reference.md)):

Run t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有