📊

xlsx

مخاطر منخفضة ⚡ يحتوي على سكربتات📁 الوصول إلى نظام الملفات⚙️ الأوامر الخارجية

Create and edit Excel spreadsheets

متاح أيضًا من: davila7,Cam10001110101,ComposioHQ,anthropics,ArtemisAI,DYAI2025,K-Dense-AI,AutumnsGrove

Users need to work with spreadsheet data for financial modeling, reporting, and analysis. This skill provides tools to create, modify, and analyze Excel files with full formula support, formatting options, and data visualization capabilities.

يدعم: Claude Codex Code(CC)
⚠️ 68 ضعيف
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "xlsx". Create a simple budget spreadsheet with income and expense categories

النتيجة المتوقعة:

  • 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

استخدام "xlsx". Analyze the sales data and identify trends

النتيجة المتوقعة:

  • 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

التدقيق الأمني

مخاطر منخفضة
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
الملفات التي تم فحصها
751
الأسطر التي تم تحليلها
5
النتائج
5
إجمالي عمليات التدقيق
مشكلات منخفضة المخاطر (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.

عوامل الخطر

⚡ يحتوي على سكربتات (1)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (1)
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
30
المجتمع
86
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

Build Financial Models

Create discounted cash flow models, valuation spreadsheets, and financial projections with proper color coding.

Analyze Dataset Exports

Import CSV or Excel data, perform statistical analysis with pandas, and export formatted results.

Generate Reports

Build formatted reports with charts, summaries, and calculated metrics for stakeholders.

جرّب هذه الموجهات

Create Simple Spreadsheet
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.
Analyze Data
Read the file sales_data.xlsx and provide summary statistics including total, average, min, and max for each numerical column.
Recalculate Formulas
Run the recalc.py script on financial_model.xlsx to recalculate all formulas and report any errors found.
Build Complex Model
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.

أفضل الممارسات

  • Always use Excel formulas instead of hardcoded values to keep spreadsheets dynamic and updateable
  • Place assumptions (growth rates, margins) in separate cells with clear references in formulas
  • Run recalc.py after creating or modifying spreadsheets with formulas to verify zero errors

تجنب

  • Hardcoding calculated values instead of using Excel formulas
  • Opening files with data_only=True mode when you need to preserve formulas
  • Forgetting to run recalc.py after creating formula-based spreadsheets

الأسئلة المتكررة

What file formats are supported?
Supports .xlsx, .xlsm, .csv, and .tsv files. Best results with .xlsx for full formula and formatting support.
What are the file size limits?
Openpyxl supports large files but may slow down. Use read_only mode for files over 10MB. Consider splitting very large datasets.
Can I integrate this with other tools?
Works with pandas for data analysis, matplotlib for charts, and LibreOffice for formula recalculation. No external API calls required.
Is my data safe?
All processing happens locally. Files are only read from and written to locations you specify. No data leaves your system.
Why are formulas not calculating immediately?
Openpyxl preserves formulas as text strings. Run recalc.py to calculate all values using LibreOffice. Script returns JSON with any errors.
How does this compare to manual Excel work?
Automates repetitive tasks, ensures consistent formatting, enables programmatic data analysis, and catches formula errors systematically. Not a replacement for Excel.

تفاصيل المطور

المؤلف

Azeem-2

الترخيص

Proprietary. LICENSE.txt has complete terms

مرجع

master

بنية الملفات