Sheetshow.Op.AddSheet (Sheetshow v0.1.0)

Copy Markdown View Source

Adds a tab. Adding one that already exists is an error, here and at Google, so a plan says what it expects to find.

iex> Sheetshow.Op.AddSheet.new("Costs")
%Sheetshow.Op.AddSheet{title: "Costs"}

Summary

Functions

Builds the op.

Types

t()

@type t() :: %Sheetshow.Op.AddSheet{title: String.t()}

Functions

new(title)

@spec new(String.t()) :: t()

Builds the op.