elixlsx v0.3.1 Elixlsx.Compiler.WorkbookCompInfo
This module aggregates information about the metainformation required to generate the XML file.
It is used as the aggregator when folding over the individual cells.
Summary
Types
t()
t :: %Elixlsx.Compiler.WorkbookCompInfo{borderstyledb: Elixlsx.Compiler.BorderStyleDB.t, cellstyledb: Elixlsx.Compiler.CellStyleDB.t, filldb: Elixlsx.Compiler.FillDB.t, fontdb: Elixlsx.Compiler.FontDB.t, next_free_xl_rid: non_neg_integer, numfmtdb: Elixlsx.Compiler.NumFmtDB.t, sheet_info: [Elixlsx.Compiler.SheetCompInfo.t], stringdb: Elixlsx.Compiler.StringDB.t}