VOOZH about

URL: https://apify.com/queueing_jump/excel-agent

⇱ Excel Agent Β· Apify


Pricing

from $50.00 / 1,000 results

Go to Apify Store

Lets you control spreadsheets with plain English. Provide an instruction and an optional .xlsx or .csv file, and the AI agent reads, analyses, transforms, and generates spreadsheets.

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Matt Russell

Matt Russell

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 months ago

Last modified

Share

AI-powered agent that reads, analyzes, manipulates, and generates Excel spreadsheets via natural language. Built with Claude and ExcelJS.

What it does

Give the agent a natural language instruction and (optionally) an Excel or CSV file, and it will:

  • Read & analyze spreadsheets β€” summarize data, compute statistics, filter/sort rows
  • Create new files β€” invoices, reports, dashboards, timesheets from templates or scratch
  • Modify existing files β€” write cells, add sheets, apply formatting, insert formulas
  • Multi-file operations β€” merge or join data across multiple spreadsheets
  • Chart data preparation β€” set up data sheets ready for charting in Excel

Input

FieldTypeRequiredDescription
instructionstringYesNatural language instruction (e.g. "Summarize the sales data")
fileUrlstringNoURL of an .xlsx or .csv file to process
additionalFileUrlsstring[]NoExtra file URLs for multi-file operations
outputFormatstringNoOutput format: xlsx (default), csv, or json
maxTurnsintegerNoMax agent reasoning turns (default: 10, max: 50)
anthropicApiKeystringYesYour Anthropic API key (encrypted at rest)

Output

Key-Value Store

KeyContent TypeDescription
OUTPUTapplication/jsonJSON with text (agent response), toolsUsed, turnCount
output.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetGenerated Excel file (if applicable)
output.csvtext/csvGenerated CSV file (if applicable)

Dataset

Each run pushes a summary record:

{
"instruction":"Summarize the sales data",
"text":"The spreadsheet contains 150 rows of sales data...",
"toolsUsed":["read_file","read_cells","analyze_data"],
"turnCount":3,
"outputFiles":["output.xlsx"],
"completedAt":"2025-01-15T10:30:00.000Z"
}

Example use cases

  1. Data analysis: "Read sales.xlsx and give me a summary of revenue by region"
  2. File creation: "Create an invoice template with fields for company, items, and totals"
  3. Data transformation: "Filter the employee list to only show people in Engineering, then sort by start date"
  4. Multi-file merge: "Merge Q1.xlsx, Q2.xlsx, Q3.xlsx, and Q4.xlsx into a single annual report"
  5. Formatting: "Bold the headers, add borders to all cells, and format column C as currency"

Pricing

This Actor uses your own Anthropic API key. You pay for:

  • Apify platform compute (based on memory and run time)
  • Anthropic API usage (based on tokens consumed by Claude)

Limitations

  • The chart tool creates data sheets optimized for charting, not embedded chart objects. You'll need to create the visual chart in Excel after downloading the output file.
  • Maximum file size depends on the memory allocated to the Actor run.
  • Complex multi-step tasks may require increasing maxTurns above the default of 10.

You might also like

AI Company Researcher Agent

louisdeconinck/ai-company-researcher-agent

AI-powered agent that performs comprehensive company research and generates detailed business reports.

πŸ‘ User avatar

Louis Deconinck

161

1.1

AI Newsletter Agent

louisdeconinck/ai-newsletter-agent

An intelligent agent that automatically generates curated newsletters on any topic by collecting and aggregating content from multiple sources.

πŸ‘ User avatar

Louis Deconinck

70

5.0

Rightmove Agent Phone Number Scraper πŸ“žπŸ 

contactminerlabs/rightmove-agent-phone-number-scraper

Need estate agent phone numbers across the UK? πŸ” The Rightmove Real Estate Agent Phone Number Scraper πŸ“ž helps you gather agent contact details by city or region, including agent names, phone numbers, agent types, and profile links Fast, well-structured, and ready for analysis 🚫 No proxy required

πŸ‘ User avatar

ContactMinerLabs

5

Zillow Agent Data Scraper (Agent Listings, Reviews & Details)

coder_zoro/zillow-agent-data-scraper-agent-listings-reviews-details

Scrape complete Zillow agent data effortlessly. Get agent details, active/rental/sold listings, reviews, and search results with one API call. Ideal for real estate analytics, lead generation, and agent performance tracking.

Company Analysis AI Agent

harvestlabs/company-analysis-ai-agent

Actor README Generator Agent

jkuzz/actor-readme-generator-agent

Generates a README for an Apify Actor using an AI Agent. You only need to provide the actor id to generate a readable and SEO optimized README for the Actor. The generation process utilizes Apify's Official README Guide. This Agent is open source (link in readme).

πŸ‘ User avatar

Jan KuΕΎelΓ­k

22

Feedback Company Reviews Scraper

getwally.net/actor-feedbackcompany

Import customer reviews from Feedback Company. Get review text, rating, name, date, URL, id. Download the data in JSON, CSV, Excel and use it in websites, spreadsheets, and reports.

Related articles

11 AI agent use cases (on Apify)
Read more
How to build and monetize an AI agent on Apify
Read more
5 open-source AI agents on Apify that save you time
Read more