ExVEx.OOXML.Workbook.SheetRef (ExVEx v0.1.2)

Copy Markdown View Source

A reference to a worksheet as declared in xl/workbook.xml.

The rel_id resolves against xl/_rels/workbook.xml.rels to produce the actual package path of the sheet (typically xl/worksheets/sheet*.xml).

Summary

Types

state()

@type state() :: :visible | :hidden | :very_hidden

t()

@type t() :: %ExVEx.OOXML.Workbook.SheetRef{
  name: String.t(),
  rel_id: String.t(),
  sheet_id: pos_integer(),
  state: state()
}