Home Books Browse by series All books Agentic AI Engineering Series From Spreadsheets to Code Data Science Foundations Series The Applied Python Library Rust in Practice Cybersecurity for Absolute Beginners Go For Absolute Beginners The TypeScript for Absolute Beginners AI-Powered Excel Automation Kotlin For Absolute Beginners Blog Download Data About Us Contact Browse Library →
Intelligent Excel Automation cover
Book 4 of the AI-Powered Excel Automation series

Intelligent Excel Automation

Build AI Agents and Autonomous Business Workflows

by Liam Carver

Kindle
$12.99 $5.99 -54%
Paperback
$29.80 $19.99 -33%

INTELLIGENT EXCEL AUTOMATION

The pipeline built in Book 3 runs automatically. Scripts execute on a schedule, files are validated, reports are generated, and emails are sent. It is reliable automation—the kind that saves hours every month and handles predictable cases without intervention. But it is still scripted. When the Pacific Northwest file arrives with a new type of data quality problem, the script can fail. When the Analysis Agent needs to determine whether a 38% revenue spike is a data error or a record-breaking month, a fixed script cannot make that distinction. When the finance team requires approval for pricing changes above five percent, a script does not know when it should stop and ask.

Intelligent Excel Automation is about building systems that can handle what traditional scripts cannot: situations that require reasoning, adaptation, and judgment.

This book builds SummitCo's Fully Autonomous Reporting Suite—a complete, production-ready system of AI agents that operates from file ingestion through report distribution, without manual intervention for tasks that do not genuinely require human judgment. Four specialist agents handle distinct areas of the workflow: a Data Scout validates incoming files, classifies problems, and applies appropriate fixes or escalates them; an Analysis Agent uses four parallel workers to examine regional revenue, product performance, sales representative data, and historical trends simultaneously before a supervisor synthesizes their perspectives into a unified analytical package; a Report Writer transforms structured analysis into an executive-quality Excel report; and an Operations Agent coordinates the complete pipeline, monitors its own health, and determines when to proceed autonomously and when to stop and request human input.

The first part establishes the agent fundamentals on which the entire system depends. Readers learn the tool-calling loop that drives agent behavior, the principles of tool design that determine whether a model can sequence its actions correctly, and the persistent memory architecture that allows an Analysis Agent operating in month twelve to produce richer comparisons than it could in month one.

The second part builds the four specialist agents that power the SummitCo pipeline, one per chapter. Each agent is introduced through its goal, tool library, complete annotated execution, and the design decisions that distinguish a robust production agent from a system that works only under ideal conditions.

The third part introduces the capabilities required for production-grade agentic automation: parallel execution through the supervisor pattern, live interaction with Excel's pricing model through xlwings so trusted business logic can remain in Excel rather than being unnecessarily reimplemented in Python, carefully designed human-in-the-loop checkpoints for situations where autonomous systems should pause, and a comprehensive testing framework covering unit tests, integration tests, end-to-end tests against live APIs, and adversarial tests that deliberately introduce the failures a production system will eventually encounter.

The fourth part focuses on deployment and operational reliability. It addresses security against prompt injection and supply-chain attacks, cost control through appropriate model selection and context pruning, and observability infrastructure designed to explain not only what the pipeline is doing, but why it is behaving that way. The capstone brings all fifteen chapters together into a system that runs, monitors itself, records its behavior, and escalates precisely when human intervention is warranted.

For experienced Python developers and Excel power users ready to move beyond fixed-step automation and build systems capable of reasoning about what they encounter, Intelligent Excel Automation provides a practical path from scripted workflows to autonomous business systems.

Pages325
ISBNB0HH7CLNQF
PublisherWaskey Press
FormatPaperback & Kindle
Share this book

Reader reviews

No reviews yet — be the first to share your thoughts.

Leave a review

Share your experience with this book. Reviews are moderated before publication to keep discussions useful and respectful.

Reviews are moderated and appear once approved.

You might also like

View all books →
Buy on Amazon →