excelizer v0.1.1 Excelizer.StreamWrite
This is a module to tread excel stream writing.
Link to this section Summary
Link to this section Functions
Link to this function
set_row(file_id, sheet_name, column, rows)
Specs
set_row(Excelizer.Native.Base.file_id(), String.t(), String.t(), [tuple()]) :: Excelizer.Native.Base.nif_resp(Excelizer.Native.Base.file_id())
Link to this function
set_row!(file_id, sheet_name, column, rows)
Specs
set_row!(Excelizer.Native.Base.file_id(), String.t(), String.t(), [tuple()]) :: Excelizer.Native.Base.file_id()