Header menu logo Deedle

Xl Type

Static members

Static member Description

Xl.AsCell(range)

Full Usage: Xl.AsCell(range)

Parameters:
    range : string

Returns: 'a -> ExcelState
range : string
Returns: 'a -> ExcelState

Xl.AsTable(t, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)

Full Usage: Xl.AsTable(t, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)

Parameters:
    t : 'T
    ?ShowRowHeaders : bool
    ?ShowColumnHeaders : bool
    ?TableStyle : obj
    ?ShowFilter : bool
    ?Style : obj
    ?RowSpan : obj
    ?ColSpan : obj
    ?TableTitle : obj
    ?TableTitleStyle : obj

Returns: ExcelState -> ExcelState
t : 'T
?ShowRowHeaders : bool
?ShowColumnHeaders : bool
?TableStyle : obj
?ShowFilter : bool
?Style : obj
?RowSpan : obj
?ColSpan : obj
?TableTitle : obj
?TableTitleStyle : obj
Returns: ExcelState -> ExcelState

Xl.AsTable(range, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)

Full Usage: Xl.AsTable(range, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)

Parameters:
    range : string
    ?ShowRowHeaders : bool
    ?ShowColumnHeaders : bool
    ?TableStyle : obj
    ?ShowFilter : bool
    ?Style : obj
    ?RowSpan : obj
    ?ColSpan : obj
    ?TableTitle : obj
    ?TableTitleStyle : obj

Returns: 'T -> ExcelState
range : string
?ShowRowHeaders : bool
?ShowColumnHeaders : bool
?TableStyle : obj
?ShowFilter : bool
?Style : obj
?RowSpan : obj
?ColSpan : obj
?TableTitle : obj
?TableTitleStyle : obj
Returns: 'T -> ExcelState

Xl.GroupColumns(cStart) (cEnd) (state)

Full Usage: Xl.GroupColumns(cStart) (cEnd) (state)

Parameters:
Returns: ExcelState
cStart : 'a
cEnd : 'b
state : ExcelState
Returns: ExcelState

Xl.ToCell(data) (start)

Full Usage: Xl.ToCell(data) (start)

Parameters:
Returns: ExcelState
data : 'a
start : ExcelState
Returns: ExcelState

Xl.WithColumn(col)

Full Usage: Xl.WithColumn(col)

Parameters:
    col : string

Returns: ExcelState -> ExcelState
col : string
Returns: ExcelState -> ExcelState

Xl.WithColumnDescriptions(ds) (state)

Full Usage: Xl.WithColumnDescriptions(ds) (state)

Parameters:
Returns: ExcelState
ds : ColumnDescription seq
state : ExcelState
Returns: ExcelState

Xl.WithColumnFormats(fs) (state)

Full Usage: Xl.WithColumnFormats(fs) (state)

Parameters:
Returns: ExcelState
fs : ColumnFormat seq
state : ExcelState
Returns: ExcelState

Xl.WithColumnFormatsWithOffset(fs) (offSet) (numOfRows) (useEndOfData) (state)

Full Usage: Xl.WithColumnFormatsWithOffset(fs) (offSet) (numOfRows) (useEndOfData) (state)

Parameters:
Returns: ExcelState
fs : ColumnFormat seq
offSet : int
numOfRows : int
useEndOfData : bool
state : ExcelState
Returns: ExcelState

Xl.WithEntireColumnFormats(fs) (state)

Full Usage: Xl.WithEntireColumnFormats(fs) (state)

Parameters:
Returns: ExcelState
fs : ColumnFormat seq
state : ExcelState
Returns: ExcelState

Xl.WithSheetFormat(?FontSize, ?AutoFit)

Full Usage: Xl.WithSheetFormat(?FontSize, ?AutoFit)

Parameters:
    ?FontSize : 'a
    ?AutoFit : 'b

Returns: ExcelState -> ExcelState
?FontSize : 'a
?AutoFit : 'b
Returns: ExcelState -> ExcelState

Type something to start searching.