Elixlsx.Compiler.CellStyleDB (elixlsx v0.6.0) View Source
Link to this section Summary
Functions
Recursively register all fonts, numberformat, border and fill properties (*=TBD) in the WorkbookCompInfo structure.
Link to this section Types
Specs
t() :: %Elixlsx.Compiler.CellStyleDB{ cellstyles: %{required(Elixlsx.Style.CellStyle.t()) => non_neg_integer()}, element_count: non_neg_integer() }
Link to this section Functions
Specs
register_all(Elixlsx.Compiler.WorkbookCompInfo.t()) :: Elixlsx.Compiler.WorkbookCompInfo.t()
Recursively register all fonts, numberformat, border and fill properties (*=TBD) in the WorkbookCompInfo structure.