Worksheet Module
Functions and values
Function or value | Description |
Full Usage:
parseCellsFlatWith cellCollection tokenizationFunction worksheet
Parameters:
'a list
tokenizationFunction : 'a -> IParam list
worksheet : FsWorksheet
Returns: IParam list
|
Parses a given list of FsCells of a given FsWorksheet via a given tokenization function and returns the resulting IParam list. Concatenates the resulting lists of IParams into a single list. a 2D collection of cells, can for example be a list of FsRows or FsColumns The tokenization function to use on the inner cell collections (e.g. rows or columns) The FsWorksheet the FsCells belong to
|
Full Usage:
parseCellsWith cellCollection tokenizationFunction worksheet
Parameters:
'a list
-
a 2D collection of cells, can for example be a list of FsRows or FsColumns
tokenizationFunction : 'a -> IParam list
-
The tokenization function to use on the inner cell collections (e.g. rows or columns)
worksheet : FsWorksheet
-
The FsWorksheet the FsCells belong to
Returns: IParam list list
|
|
Full Usage:
parseColumnsFlatWith tokenizationFunction worksheet
Parameters:
FsColumn -> IParam list
worksheet : FsWorksheet
Returns: IParam list
|
|
Full Usage:
parseColumnsWith tokenizationFunction worksheet
Parameters:
FsColumn -> IParam list
worksheet : FsWorksheet
Returns: IParam list list
|
|
Full Usage:
parseRowsFlatWith tokenizationFunction worksheet
Parameters:
FsRow -> IParam list
worksheet : FsWorksheet
Returns: IParam list
|
|
Full Usage:
parseRowsWith tokenizationFunction worksheet
Parameters:
FsRow -> IParam list
worksheet : FsWorksheet
Returns: IParam list list
|