NPOI.FSharp


Sheet

Namespace: NPOI.FSharp

Functions and values

Function or valueDescription
cell (rowIndex, columnIndex) sheet
Signature: (rowIndex:int * columnIndex:int) -> sheet:ISheet -> ICell
row rowIndex sheet
Signature: rowIndex:int -> sheet:ISheet -> IRow
rowsWithContent sheet
Signature: sheet:ISheet -> seq<IRow>
Fork me on GitHub