Release notes, guides, and deep dives.

Updates on werkbook development, walkthroughs of new features, agent integration guides, and practical advice for working with Excel files in Go.

Excelize and Werkbook: Choosing the Right Go XLSX Library

A fair comparison of Excelize and Werkbook, what each library does best, and how to pick the right one for your project.

Read post
Guide
Use a Spreadsheet as a Computation Model

Keep business logic in an editable workbook, then write inputs and read calculated outputs with werkbook.

Read guide
Guide
Spreadsheet Agent Use Cases

See where LLM agents fit well around wb and where a direct script is still the better choice.

Read guide
Guide
Example Agent Skill

Package wb spreadsheet workflows into a reusable skill for Codex-style agents.

Read guide
Guide
Integrating wb with LLM Agents

Use the wb CLI as a structured spreadsheet tool inside LLM agents and agent frameworks.

Read guide