Structure
Cell.Formula
public struct Formula: Codable, Equatable
Relationships
Member Of
CellThe representation of a spreadsheet cell. More details of how cells are encoded in
.xlsxinternals are available at wiki.ucl.ac.uk.
Conforms To
CodableEquatable
Properties
calculationIndex
let calculationIndex: Int?
value
let value: String?