elixlsx v0.0.3 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 :: %Elixlsx.Compiler.WorkbookCompInfo{cellstyledb: Elixlsx.Compiler.CellStyleDB.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}