Header menu logo ARCTokenization

Worksheet Module

Functions and values

Function or value Description

parseCellsFlatWith cellCollection tokenizationFunction worksheet

Full Usage: parseCellsFlatWith cellCollection tokenizationFunction worksheet

Parameters:
    cellCollection : '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

cellCollection : 'a list
tokenizationFunction : 'a -> IParam list
worksheet : FsWorksheet
Returns: IParam list

parseCellsWith cellCollection tokenizationFunction worksheet

Full Usage: parseCellsWith cellCollection tokenizationFunction worksheet

Parameters:
    cellCollection : '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

Parses a given list of FsCells of a given FsWorksheet via a given tokenization function and returns the resulting IParam list.

cellCollection : '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

parseColumnsFlatWith tokenizationFunction worksheet

Full Usage: parseColumnsFlatWith tokenizationFunction worksheet

Parameters:
Returns: IParam list

Parses columns of a given FsWorksheet via a given tokenization function and returns the resulting IAttributeCollection list. Concatenates the resulting lists of IParams into a single list.

tokenizationFunction : FsColumn -> IParam list
worksheet : FsWorksheet
Returns: IParam list

parseColumnsWith tokenizationFunction worksheet

Full Usage: parseColumnsWith tokenizationFunction worksheet

Parameters:
Returns: IParam list list

Parses columns of a given FsWorksheet via a given tokenization function and returns the resulting IParam list.

tokenizationFunction : FsColumn -> IParam list
worksheet : FsWorksheet
Returns: IParam list list

parseRowsFlatWith tokenizationFunction worksheet

Full Usage: parseRowsFlatWith tokenizationFunction worksheet

Parameters:
Returns: IParam list

Parses rows 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.

tokenizationFunction : FsRow -> IParam list
worksheet : FsWorksheet
Returns: IParam list

parseRowsWith tokenizationFunction worksheet

Full Usage: parseRowsWith tokenizationFunction worksheet

Parameters:
Returns: IParam list list

Parses rows of a given FsWorksheet via a given tokenization function and returns the resulting IParam list.

tokenizationFunction : FsRow -> IParam list
worksheet : FsWorksheet
Returns: IParam list list

Type something to start searching.