xlsx
Excel-Tabellen mit Formeln erstellen und analysieren
Également disponible depuis: ZhanlinCui,AutumnsGrove,DYAI2025,sickn33,ComposioHQ,Cam10001110101,davila7,anthropics,Azeem-2,K-Dense-AI
Excel-Dateien mit Formeln verlieren ihre berechneten Werte, wenn sie programmatisch bearbeitet werden. Diese Fähigkeit stellt Werkzeuge bereit, um Excel-Tabellen zu erstellen, zu ändern und neu zu berechnen, wobei die Formel-Integrität erhalten bleibt und Fehler erkannt werden.
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 spreadsheet with budget data
Résultat attendu:
- Created budget.xlsx with Q1 sheet
- Added 5 expense categories with formulas
- Total formulas: 5
- Formula errors: None
Utilisation de "xlsx". Analyze sales data from Excel
Résultat attendu:
- Loaded sales data with 150 rows
- Monthly trend: Q1 to Q4 growth of 23%
- Top product: Widget Pro with 34% of revenue
- Recommendation: Focus marketing on top 3 products
Utilisation de "xlsx". Recalculate formulas in financial model
Résultat attendu:
- Recalculated 127 formulas successfully
- No errors found
- All formula values updated
Audit de sécurité
SûrThis is a legitimate spreadsheet manipulation skill. All static findings are FALSE POSITIVES - the static scanner flagged benign text patterns as security issues. The subprocess calls are to LibreOffice soffice for formula recalculation (hardcoded arguments, no user input). Filesystem access is for Excel file operations and LibreOffice macro setup. No network access, no credential handling, no data exfiltration patterns. Previously audited as low risk with no confirmed issues.
Facteurs de risque
⚙️ Commandes externes (1)
📁 Accès au système de fichiers (1)
Score de qualité
Ce que vous pouvez construire
Finanzmodelle erstellen
Bewertungsmodelle, Budgetprognosen und Finanzberichte mit dynamischen Formeln und Fehlerprüfungen erstellen.
Analyseergebnisse exportieren
Pandas-DataFrame-Analysen in formatierte Excel-Dateien mit Formeln für nachgelagerte Nutzer exportieren.
Tabellen-Updates automatisieren
Bestehende Excel-Vorlagen mit neuen Daten aktualisieren und dabei alle Formeln und Formatierungen beibehalten.
Essayez ces prompts
Create an Excel file called budget.xlsx with a sheet named Q1 containing columns for Category, Budgeted, and Actual. Add 5 sample expense categories with formulas that calculate variance.
Read the data from sales.xlsx and analyze it with pandas. Show summary statistics and identify any trends in the monthly data.
Update financial_model.xlsx by adding a new row for Q4 projections. Use formulas that reference the Q1-Q3 data. Then recalculate all formulas.
Check report.xlsx for any Excel errors like #REF! or #DIV/0!. List all error locations by type and suggest fixes for each one.
Bonnes pratiques
- Excel-Formeln statt Python-Berechnungen verwenden, damit Tabellen dynamisch und aktualisierbar bleiben
- Branchenübliche Farbcodierung anwenden: Blau für Eingaben, Schwarz für Formeln, Grün für interne Links, Rot für externe Links
- Formeln nach dem Erstellen oder Ändern von Excel-Dateien vor der Auslieferung an Nutzer immer neu berechnen
Éviter
- Berechnete Werte hartkodieren, statt Excel-Formeln zu verwenden
- Dateien mit data_only=True öffnen und speichern, wodurch Formeln durch statische Werte ersetzt werden
- Vergessen, recalc.py nach dem Erstellen oder Ändern von Tabellen mit Formeln auszuführen
Foire aux questions
Welche Excel-Formate werden unterstützt?
Warum werden Formeln nach der Bearbeitung als Text angezeigt?
Ist LibreOffice erforderlich?
Wie geht diese Fähigkeit mit sensiblen Daten um?
Warum hat meine Datei nach der Bearbeitung #REF!-Fehler?
Wie unterscheidet sich das von pandas to_excel?
Détails du développeur
Structure de fichiers