xlsx
建立和分析 Excel 試算表
也可從以下取得: ArtemisAI,davila7,AutumnsGrove,Azeem-2,anthropics,Cam10001110101,DYAI2025,ComposioHQ,K-Dense-AI
此技能可讓 Claude Code 建立、編輯和分析具有公式、格式設定和資料視覺化的 Excel 試算表。它透過自動化複雜的試算表操作來解決手動試算表操作的問題。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「xlsx」。 Create a quarterly sales report with charts
預期結果:
- Created Q1_sales_report.xlsx with 3 sheets: Summary, Details, Charts
- Added conditional formatting to highlight top performers
- Generated bar chart showing sales by product category
- Recalculated all formulas - 0 errors found
正在使用「xlsx」。 Build a DCF valuation model
預期結果:
- Created dcf_model.xlsx with Assumptions, Revenue, FCF, and Valuation sheets
- Applied color coding: blue for inputs, black for formulas, green for cross-sheet refs
- Built 5-year projection with NPV and IRR calculations
- All formulas validated - model ready for sensitivity analysis
安全審計
安全All 57 static findings are false positives. The skill uses subprocess to run LibreOffice for formula recalculation, which is legitimate spreadsheet automation. The filesystem operations access standard config directories. The SKILL.md contains code examples and Excel references (cell names like C2, error types like #REF!) that were incorrectly flagged.
偵測到的模式
品質評分
你能建構什麼
財務模型建立
根據產業標準建立包含假設、預測和格式化輸出的完整財務模型
資料報告自動化
透過從原始資料產生格式化的 Excel 報告來自動化資料匯出和報告工作流程
試算表錯誤修正
識別並修正現有試算表中的公式錯誤,如 #REF!、#DIV/0! 和 #VALUE!
試試這些提示
Create a new Excel file called sales_report.xlsx with columns for Date, Product, Quantity, and Price. Add 5 sample rows of data.
Create a financial model for a SaaS company with assumptions sheet, revenue projections for 5 years, and formatted output. Use blue for inputs, black for formulas.
Read the data from data.xlsx, analyze the trends, and create a summary sheet with key statistics and charts.
Open workbook.xlsx, recalculate all formulas, identify any errors, and fix the #REF! and #DIV/0! errors found.
最佳實務
- 始終使用 Excel 公式而非硬編碼值,以保持試算表的動態性
- 在建立或修改含有公式的檔案後執行 recalc.py 以驗證沒有錯誤
- 遵循財務模型顏色標準:藍色代表輸入,黑色代表公式,綠色代表工作表連結
避免
- 在 Python 中計算值並將其硬編碼,而不是使用 Excel 公式
- 儲存檔案時未執行 recalc.py,導致公式未計算
- 在需要保留公式的檔案載入時使用 data_only=True