Document Processor Xlsx

by cngwenyi

artdocumentdata

Create, edit, and analyze Excel spreadsheets with formulas, charts, pivot tables, and data analysis (Official Anthropic skill)

Skill Details

Repository Files

1 file in this skill directory


name: "document-processor-xlsx" description: "Create, edit, and analyze Excel spreadsheets with formulas, charts, pivot tables, and data analysis (Official Anthropic skill)" version: "1.0.0" author: "Anthropic (Adapted for CemaPay)" category: "documents" tags: ["xlsx", "excel", "spreadsheet", "data-analysis", "charts", "office"] requiresAuth: true source: "anthropic-official"

Excel Document Processor Skill

🎯 PURPOSE

Official Anthropic skill for Microsoft Excel spreadsheet manipulation (.xlsx files). Supports:

  • Data Creation: Generate spreadsheets from structured data
  • Formula Processing: Complex calculations, VLOOKUP, pivot tables
  • Chart Generation: Line, bar, pie, scatter plots
  • Data Analysis: Statistical analysis, trend detection
  • Import/Export: CSV, JSON, database integration

🔍 WHEN TO USE THIS SKILL

Trigger when users mention:

  • "create spreadsheet", "Excel", "xlsx", "data analysis"
  • "generate report", "financial model", "budget"
  • "pivot table", "formulas", "calculate", "chart"

📋 CAPABILITIES

1. Spreadsheet Creation

createSpreadsheet({
  sheets: [
    {
      name: "Q4 Transactions",
      headers: ["Date", "Amount", "Currency", "Status"],
      rows: [
        ["2025-10-01", 1000000, "XAF", "Completed"],
        ["2025-10-02", 500000, "XAF", "Pending"]
      ],
      formulas: {
        "E2": "=SUM(B:B)", // Total amount
        "F2": "=AVERAGE(B:B)" // Average transaction
      }
    }
  ]
});

2. Financial Analysis

  • Revenue reports
  • Transaction summaries
  • Budget vs actuals
  • Profit & loss statements
  • Cash flow analysis

3. Advanced Features

  • Conditional formatting
  • Data validation
  • Pivot tables
  • Charts and graphs
  • Multi-sheet workbooks

💡 INTEGRATION EXAMPLE

User: "Create an Excel report of all October transactions"

AI Response:

I'll generate a comprehensive transaction report.

Sheet 1: Transaction Summary
- Total Transactions: 125,430
- Total Volume: 1.2B XAF
- Average Transaction: 9,567 XAF
- Top 10 merchants included

Sheet 2: Daily Breakdown
[Pivot table by date]

Sheet 3: Currency Analysis
[Chart showing XAF vs NGN vs USD]

Sheet 4: Raw Data
[All 125,430 transactions]

Generated: October_Transactions_2025.xlsx
File size: 2.3 MB
Download ready!

🔧 TECHNICAL DETAILS

  • Library: exceljs (Node.js) or openpyxl (Python)
  • Supported Formats: .xlsx, .csv, .xls (legacy)
  • Max Rows: 1,000,000 (Excel limit: 1,048,576)
  • Max Columns: 16,384 (Excel limit)

📚 DOCUMENTATION

Official Anthropic Documentation: https://docs.anthropic.com/en/docs/build-with-claude/agent-skills


Version: 1.0.0
Source: Anthropic Official Skills Library
Last Updated: October 24, 2025

Related Skills

Xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

data

Clickhouse Io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

datacli

Clickhouse Io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

datacli

Analyzing Financial Statements

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

data

Data Storytelling

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

data

Team Composition Analysis

This skill should be used when the user asks to "plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equity allocation", or requests organizational design and headcount planning for a startup.

artdesign

Startup Financial Modeling

This skill should be used when the user asks to "create financial projections", "build a financial model", "forecast revenue", "calculate burn rate", "estimate runway", "model cash flow", or requests 3-5 year financial planning for a startup.

art

Kpi Dashboard Design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

designdata

Dbt Transformation Patterns

Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.

testingdocumenttool

Startup Metrics Framework

This skill should be used when the user asks about "key startup metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", "rule of 40", "marketplace metrics", or requests guidance on tracking and optimizing business performance metrics.

art

Skill Information

Category:Creative
Version:1.0.0
Last Updated:1/12/2026