fast_xlsx_exporter v0.2.2 FastXlsxExporter.Sheet View Source

Link to this section Summary

Link to this section Types

Link to this type

cell()

View Source
cell() ::
  binary()
  | number()
  | {number(), :percents}
  | {binary(), :dictionary}
  | %Date{calendar: term(), day: term(), month: term(), year: term()}
  | %NaiveDateTime{
      calendar: term(),
      day: term(),
      hour: term(),
      microsecond: term(),
      minute: term(),
      month: term(),
      second: term(),
      year: term()
    }
Link to this type

context()

View Source
context() ::
  {{:file.io_device(), integer()},
   FastXlsxExporter.SharedStrings.shared_strings_context()}