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

Link to this function

get_id(cellstyledb, style)

View Source
Link to this function

id_sorted_styles(cellstyledb)

View Source

Specs

Recursively register all fonts, numberformat, border and fill properties (*=TBD) in the WorkbookCompInfo structure.

Link to this function

register_style(cellstyledb, style)

View Source