CoreXLSX Documentation Beta

Structure Cell.​Formula

public struct Formula: Codable, Equatable
%3 Cell.Formula Cell.Formula Equatable Equatable Cell.Formula->Equatable Codable Codable Cell.Formula->Codable

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

calculation​Index

let calculationIndex: Int?

value

let value: String?