elixlsx v0.3.1 Elixlsx.Compiler

Summary

Functions

compinfo_cell_pass(wci, cell)
compinfo_cell_pass_style(wci, props)
compinfo_cell_pass_value(wci, value)
compinfo_from_rows(wci, rows)
compinfo_from_sheets(wci, sheets)
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.

make_workbook_comp_info(workbook)