📊

xlsx

Risque faible ⚡ Contient des scripts📁 Accès au système de fichiers⚙️ Commandes externes

Excelスプレッドシートの作成と編集

Également disponible depuis: anthropics,ZhanlinCui,sickn33,ArtemisAI,AutumnsGrove,DYAI2025,Cam10001110101,davila7,ComposioHQ,K-Dense-AI

ユーザーは財務モデリング、レポーティング、分析のためにスプレッドシートデータを扱う必要があります。このスキルは、数式の完全サポート、書式設定オプション、データ可視化機能を備え、Excelファイルを作成、変更、分析するためのツールを提供します。

Prend en charge: Claude Codex Code(CC)
⚠️ 67 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

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 faible
v5 • 1/16/2026

Legitimate 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.

4
Fichiers analysés
751
Lignes analysées
5
résultats
5
Total des audits
Problèmes à risque faible (2)
Subprocess execution for LibreOffice
The recalc.py script executes the 'soffice' command (LibreOffice) via subprocess.run() at lines 31-32 and 92. This is required for formula recalculation but represents external command execution.
User config directory file write
The script writes a LibreOffice macro file to user config directory at lines 46-47. This modifies user configuration but is necessary for formula recalculation.

Facteurs de risque

⚡ Contient des scripts (1)
📁 Accès au système de fichiers (1)
⚙️ Commandes externes (1)

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
21
Communauté
86
Sécurité
91
Conformité aux spécifications

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

対応しているファイル形式は?
.xlsx、.xlsm、.csv、.tsv をサポートします。数式と書式の完全サポートには .xlsx が最適です。
ファイルサイズの制限はありますか?
Openpyxlは大きなファイルをサポートしますが、遅くなる可能性があります。10MBを超えるファイルには read_only モードを使用してください。非常に大きなデータセットは分割を検討してください。
他のツールと統合できますか?
データ分析にはpandas、グラフにはmatplotlib、数式の再計算にはLibreOfficeと連携します。外部API呼び出しは不要です。
データは安全ですか?
すべての処理はローカルで行われます。ファイルは指定した場所から読み書きされるだけで、データがシステム外へ出ることはありません。
数式がすぐに計算されないのはなぜですか?
Openpyxlは数式をテキスト文字列として保持します。LibreOfficeを使ってすべての値を計算するために recalc.py を実行してください。スクリプトはエラーがあればJSONで返します。
手作業のExcelと比べるとどうですか?
反復作業を自動化し、書式の一貫性を保ち、プログラムによるデータ分析を可能にし、数式エラーを体系的に検出します。Excelの代替ではありません。

Détails du développeur

Auteur

Azeem-2

Licence

Proprietary. LICENSE.txt has complete terms

Réf

master

Structure de fichiers