CoreXLSX Documentation Beta

Structure Format

public struct Format: Codable, Equatable

Storage for cell formatting properties. More details are available at datypic.com

%3 Format Format Equatable Equatable Format->Equatable Codable Codable Format->Codable

Nested Types

Format.Alignment

Conforms To

Codable
Equatable

Properties

number​Format​Id

let numberFormatId: Int

border​Id

let borderId: Int?

fill​Id

let fillId: Int?

font​Id

let fontId: Int

apply​Number​Format

let applyNumberFormat: Bool?

apply​Font

let applyFont: Bool?

apply​Fill

let applyFill: Bool?

apply​Border

let applyBorder: Bool?

apply​Alignment

let applyAlignment: Bool?

apply​Protection

let applyProtection: Bool?

alignment

let alignment: Alignment?