elixlsx v0.0.1 Elixlsx.Compiler
Summary
Functions
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
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, [Sheet.t]) :: Elixlsx.Compiler.WorkbookCompInfo.t
Specs
make_sheet_info([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.