XLSXComposer.Sheet.Error (xlsx_composer v0.3.0)
View SourceElixir.XLSXComposer.Sheet.Error represents errors (not yet implemented).
Summary
Types
@type t() :: %XLSXComposer.Sheet.Error{msg: String.t(), severity: :error | :warning}
Functions
@spec report_overlap(XLSXComposer.Section.t(), XLSXComposer.Section.t()) :: t()