xlsx
Excelスプレッドシートの作成と編集
Également disponible depuis: anthropics,ZhanlinCui,sickn33,ArtemisAI,AutumnsGrove,DYAI2025,Cam10001110101,davila7,ComposioHQ,K-Dense-AI
ユーザーは財務モデリング、レポーティング、分析のためにスプレッドシートデータを扱う必要があります。このスキルは、数式の完全サポート、書式設定オプション、データ可視化機能を備え、Excelファイルを作成、変更、分析するためのツールを提供します。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "xlsx". Create a simple budget spreadsheet with income and expense categories
Résultat attendu:
- Created budget.xlsx with columns for Category, Description, Amount, and Type
- Added 5 sample categories: Software Licenses, Cloud Services, Marketing, Office Supplies, Contractors
- Applied currency formatting ($#,##0) with parentheses for negative values
- Formula in column C calculates totals automatically
Utilisation de "xlsx". Analyze the sales data and identify trends
Résultat attendu:
- Loaded sales_data.xlsx with 1500 rows across 12 columns
- Total revenue: $2.4M with monthly growth averaging 8.3%
- Peak sales in Q4 (42% of annual revenue)
- Top 3 products account for 67% of total sales
Audit de sécurité
Risque faibleLegitimate spreadsheet manipulation skill with controlled subprocess execution for LibreOffice formula recalculation. All subprocess calls use hardcoded commands (soffice) with no user input injection risk. The static findings represent false positives triggered by: (1) Excel cell references like C2 being misinterpreted as C2 malware indicators, (2) documentation text matching security scanner patterns, and (3) legitimate LibreOffice configuration file access. No credential theft, data exfiltration, or malicious patterns detected.
Problèmes à risque faible (2)
Facteurs de risque
⚡ Contient des scripts (1)
📁 Accès au système de fichiers (1)
⚙️ Commandes externes (1)
Score de qualité
Ce que vous pouvez construire
財務モデルを構築
適切な色分けを行い、DCFモデル、評価スプレッドシート、財務予測を作成します。
データセット出力の分析
CSVまたはExcelデータを取り込み、pandasで統計分析を行い、整形済みの結果を出力します。
レポートを生成
関係者向けに、グラフ、要約、計算済み指標を含む整形済みレポートを作成します。
Essayez ces prompts
Create an Excel file named budget.xlsx with monthly revenue and expense data. Add a formula in column C that calculates profit (revenue minus expenses). Apply currency formatting.
Read the file sales_data.xlsx and provide summary statistics including total, average, min, and max for each numerical column.
Run the recalc.py script on financial_model.xlsx to recalculate all formulas and report any errors found.
Create a three-sheet workbook: assumptions sheet with growth rates and margins, projections sheet with formulas referencing assumptions, and summary sheet with key metrics and charts.
Bonnes pratiques
- スプレッドシートを動的かつ更新可能に保つため、ハードコードした値ではなく常にExcelの数式を使用する
- 前提(成長率、マージン)を別のセルに置き、数式で明確に参照する
- 数式を含むスプレッドシートを作成または変更した後は、recalc.py を実行してエラーがゼロであることを確認する
Éviter
- Excelの数式を使わずに計算済みの値をハードコードする
- 数式を保持する必要があるのに data_only=True モードでファイルを開く
- 数式ベースのスプレッドシートを作成した後に recalc.py を実行し忘れる
Foire aux questions
対応しているファイル形式は?
ファイルサイズの制限はありますか?
他のツールと統合できますか?
データは安全ですか?
数式がすぐに計算されないのはなぜですか?
手作業のExcelと比べるとどうですか?
Détails du développeur
Structure de fichiers