Installation
Requirements
- Go 1.25 or later
- No external dependencies — werkbook uses the Go standard library only
Go Library
Add werkbook to your Go module:
go get github.com/jpoz/werkbook@latest
Then import it in your code:
import "github.com/jpoz/werkbook"
CLI Tool
Install the wb command-line tool:
go install github.com/jpoz/werkbook/cmd/wb@latest
Verify the installation:
wb version
Make sure $GOPATH/bin (or $GOBIN) is in your PATH.
What’s Next
Head to the Quick Start guide to create your first spreadsheet.