xlsx
建立和分析 Excel 試算表
也可從以下取得: ArtemisAI,davila7,ZhanlinCui,AutumnsGrove,Azeem-2,anthropics,Cam10001110101,DYAI2025,ComposioHQ
此技能可建立、編輯和分析包含公式、格式化和資料分析的 Excel 試算表。它還可以重新計算公式並驗證零錯誤,以確保發布品質的輸出。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「xlsx」。 Create a budget spreadsheet with Q1 projections
預期結果:
- Created budget.xlsx with Summary, Revenue, Expenses, and Assumptions sheets
- Applied color coding: blue for inputs, black for formulas, green for links
- Added 12 formulas across projection columns
- No formula errors detected after recalculation
正在使用「xlsx」。 Analyze customer data from Excel file
預期結果:
- Loaded customer_data.xlsx with 5000 rows and 15 columns
- Calculated summary statistics: mean, median, std dev for numeric columns
- Identified 23 missing values in contact_email column
- Exported cleaned dataset to cleaned_data.xlsx
安全審計
安全All 79 static findings are FALSE POSITIVES. The skill uses subprocess calls only for legitimate LibreOffice formula recalculation with hardcoded arguments. No network data exfiltration, command injection, or malicious behavior. All filesystem operations are for LibreOffice configuration. Documentation keyword matches are benign context references.
風險因素
⚙️ 外部命令 (3)
📁 檔案系統存取 (3)
🌐 網路存取 (2)
品質評分
你能建構什麼
建立財務模型
建立估值模型、預算預測和財務報告,並具有正確的公式結構和錯誤檢查。
處理 Excel 資料
使用 pandas 從 Excel 檔案匯入、清理和分析資料,以進行機器學習工作流程。
格式化試算表
應用一致的格式化、顏色編碼和樣式,以提高試算表的可讀性和可維護性。
試試這些提示
Create an Excel file named sales_report.xlsx with a summary sheet showing monthly sales totals, formatted with currency and bold headers.
Update the revenue numbers in budget.xlsx to reflect Q4 actuals. Keep all existing formulas intact.
Recalculate all formulas in model.xlsx and identify any #REF! or #DIV/0! errors with their cell locations.
Create a DCF valuation model in template.xlsx with assumptions in separate cells, proper color coding, and documented data sources.
最佳實務
- 始終使用 Excel 公式而非硬編碼計算值,以維持試算表重新計算功能
- 使用以下格式記錄硬編碼值的資料來源:[文件]、[日期]、[參考]
- 每次編輯後使用 recalc.py 重新計算公式,並在完成前驗證零錯誤
避免
- 硬編碼計算值而非使用 Excel 公式
- 使用 data_only=True 打開檔案並儲存,這會永久移除公式
- 對同一檔案混合使用 pandas 進行分析和 openpyxl 進行處理,但沒有正確的儲存處理