Elixlsx.Compiler.SheetCompInfo (elixlsx v0.6.0) View Source
Compilation info for a sheet, to be filled during the actual write process.
Link to this section Summary
Link to this section Types
Specs
t() :: %Elixlsx.Compiler.SheetCompInfo{
  filename: String.t(),
  rId: String.t(),
  sheetId: non_neg_integer()
}
      Link to this section Functions
Specs
make(non_neg_integer(), non_neg_integer()) :: t()