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

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.

Link to this section Summary

Link to this section Types

Specs

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()
}