Elixlsx.Compiler (elixlsx v0.6.0) View Source
Link to this section Summary
Functions
Accepts a list of Sheets and the next free relationship ID.
Link to this section Functions
Specs
compinfo_cell_pass(Elixlsx.Compiler.WorkbookCompInfo.t(), any()) :: Elixlsx.Compiler.WorkbookCompInfo.t()
Specs
compinfo_from_rows(Elixlsx.Compiler.WorkbookCompInfo.t(), [[any()]]) :: Elixlsx.Compiler.WorkbookCompInfo.t()
Specs
compinfo_from_sheets(Elixlsx.Compiler.WorkbookCompInfo.t(), [Elixlsx.Sheet.t()]) :: Elixlsx.Compiler.WorkbookCompInfo.t()
Specs
make_sheet_info([Elixlsx.Sheet.t(), ...], non_neg_integer()) :: {[Elixlsx.Compiler.SheetCompInfo.t()], non_neg_integer()}
Accepts a list of Sheets and the next free relationship ID.
Returns a tuple containing a list of SheetCompInfo's and the next free relationship ID.