Installation

Requirements

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.