Header menu logo FsSpreadsheet

DSL Type

Static members

Static member Description

DSL.cell

Full Usage: DSL.cell

Returns: CellBuilder
Modifiers: inline

Create a cell from a value

Returns: CellBuilder

DSL.column

Full Usage: DSL.column

Returns: ColumnBuilder
Modifiers: inline

Create a column from cells

Returns: ColumnBuilder

DSL.dropCell message

Full Usage: DSL.dropCell message

Parameters:
Returns: SheetEntity<Value>

Drops the cell with the given message

message : Message
Returns: SheetEntity<Value>

DSL.dropColumn message

Full Usage: DSL.dropColumn message

Parameters:
Returns: SheetEntity<ColumnElement>

Drops the column with the given message

message : Message
Returns: SheetEntity<ColumnElement>

DSL.dropRow message

Full Usage: DSL.dropRow message

Parameters:
Returns: SheetEntity<RowElement>

Drops the row with the given message

message : Message
Returns: SheetEntity<RowElement>

DSL.dropSheet message

Full Usage: DSL.dropSheet message

Parameters:
Returns: SheetEntity<SheetElement>

Drops the sheet with the given message

message : Message
Returns: SheetEntity<SheetElement>

DSL.dropWorkbook message

Full Usage: DSL.dropWorkbook message

Parameters:
Returns: SheetEntity<WorkbookElement>

Drops the workbook with the given message

message : Message
Returns: SheetEntity<WorkbookElement>

DSL.opt elem

Full Usage: DSL.opt elem

Parameters:
Returns: SheetEntity<'T list>

Transforms any given missing element expression to an optional.

elem : Expr<SheetEntity<'T list>>
Returns: SheetEntity<'T list>

DSL.opt elem

Full Usage: DSL.opt elem

Parameters:
Returns: SheetEntity<'T list>

Transforms any given missing element to an optional.

elem : SheetEntity<'T list>
Returns: SheetEntity<'T list>

DSL.row

Full Usage: DSL.row

Returns: RowBuilder
Modifiers: inline

Create a row from cells

Returns: RowBuilder

DSL.sheet name

Full Usage: DSL.sheet name

Parameters:
    name : string

Returns: SheetBuilder
Modifiers: inline

Create a sheet from rows, tables and columns

name : string
Returns: SheetBuilder

DSL.table name

Full Usage: DSL.table name

Parameters:
    name : string

Returns: TableBuilder
Modifiers: inline

Create a table from either exclusively rows or exclusively columns.

name : string
Returns: TableBuilder

DSL.workbook

Full Usage: DSL.workbook

Returns: WorkbookBuilder
Modifiers: inline

Create a workbook from sheets

Returns: WorkbookBuilder

Type something to start searching.