elixlsx v0.0.3 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
t :: %Elixlsx.Workbook{datetime: Elixlsx.Util.calendar, sheets: [Elixlsx.Sheet.t, ...]}
Functions
Specs
append_sheet(Elixlsx.Workbook.t, Elixlsx.Sheet.t) :: Elixlsx.Workbook.t
Append a sheet at the end.
Specs
insert_sheet(Elixlsx.Workbook.t, Elixlsx.Sheet.t, non_neg_integer) :: Elixlsx.Workbook.t
Insert a sheet at a given position, starting at 0.