elixlsx v0.2.0 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
compinfo_cell_pass(wci, cell)
compinfo_cell_pass(Elixlsx.Compiler.WorkbookCompInfo.t, any) :: Elixlsx.Compiler.WorkbookCompInfo.t
compinfo_from_rows(wci, rows)
compinfo_from_rows(Elixlsx.Compiler.WorkbookCompInfo.t, [[any]]) :: Elixlsx.Compiler.WorkbookCompInfo.t
compinfo_from_sheets(wci, sheets)
compinfo_from_sheets(Elixlsx.Compiler.WorkbookCompInfo.t, [Elixlsx.Sheet.t]) :: Elixlsx.Compiler.WorkbookCompInfo.t
make_sheet_info(sheets, init_rId)
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.