NPOI.FSharp


CellValue

Namespace: NPOI.FSharp

Union Cases

Union CaseDescription
Blank
Signature:
Boolean(bool)
Signature: bool
Error(code)
Signature: byte
Formula(formula,cachedResult)
Signature: string * CellValue
Number(float)
Signature: float
String(string)
Signature: string
Unknown(CellType)
Signature: CellType
Fork me on GitHub