ExVEx.OOXML.Styles.NumFmt (ExVEx v0.1.3)

Copy Markdown View Source

A custom number format declared in xl/styles.xml. IDs 0..163 are reserved for built-in formats defined by the OOXML spec; IDs 164 and above are custom formats authored by the workbook.

Summary

Types

t()

@type t() :: %ExVEx.OOXML.Styles.NumFmt{
  format_code: String.t(),
  id: non_neg_integer()
}