Elixlsx.Compiler.FillDB (elixlsx v0.6.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Elixlsx.Compiler.FillDB{
  element_count: non_neg_integer(),
  fills: %{required(Elixlsx.Style.Fill.t()) => pos_integer()}
}

Link to this section Functions

Link to this function

register_fill(filldb, fill)

View Source

Specs

register_fill(t(), Elixlsx.Style.Fill.t()) :: t()