elixlsx v0.3.1 Elixlsx.Workbook
Root structure for excel files. Must contain at least one Elixlsx.Sheet object.
The datetime property can optionally be set to override the “created at” date. It defaults to the current time.
Summary
Types
Functions
append_sheet(workbook, sheet)
append_sheet(Elixlsx.Workbook.t, Elixlsx.Sheet.t) :: Elixlsx.Workbook.t
Append a sheet at the end.
insert_sheet(workbook, sheet, at \\ 0)
insert_sheet(Elixlsx.Workbook.t, Elixlsx.Sheet.t, non_neg_integer) :: Elixlsx.Workbook.t
Insert a sheet at a given position, starting at 0.