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
@type t() :: %Sheetshow.Op.AddSheet{title: String.t()}