XLSXComposer.Sheet.Error (xlsx_composer v0.3.0)

View Source

Elixir.XLSXComposer.Sheet.Error represents errors (not yet implemented).

Summary

Types

t()

@type t() :: %XLSXComposer.Sheet.Error{msg: String.t(), severity: :error | :warning}

Functions

report_overlap(section_1, section_2)

@spec report_overlap(XLSXComposer.Section.t(), XLSXComposer.Section.t()) :: t()