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