Enumeration
CellType
public enum CellType
The type of the value stored in a spreadsheet cell. The specification for the internals is available at datypic.com.
Relationships
Conforms To
Codable
String
Enumeration Cases
bool
case bool
date
case date
number
case number
error
case error
string
case string
inlineStr
case inlineStr