Represents the cell style collection in the workbok.
Map<String, GlobalStyle> get globalStyles { cellStyles ??= <String, GlobalStyle>{}; return cellStyles!; }