FsExtensions Module
Type extensions
Type extension | Description |
Full Usage:
this.ToCsvBytes
Parameters:
char
Returns: byte[]
|
Extended Type:
|
Full Usage:
this.ToCsvFile
Parameters:
string
?Separator : char
|
Extended Type:
|
|
Extended Type:
|
Full Usage:
this.ToSparseRow
Parameters:
FsCellsCollection
Returns: string option seq
|
Extended Type:
|
Full Usage:
this.ToSparseTable
Parameters:
unit
Returns: string option seq option seq
|
Extended Type:
|
Full Usage:
this.ToTableString
Parameters:
char option
Returns: string
|
Extended Type:
|
Full Usage:
FsWorkbook.toCsvBytes (workbook, ?Separator)
Parameters:
FsWorkbook
?Separator : char
Returns: byte[]
|
Extended Type:
|
Full Usage:
FsWorkbook.toCsvFile (path, workbook, ?Separator)
Parameters:
string
workbook : FsWorkbook
?Separator : char
|
Extended Type:
|
Full Usage:
FsWorkbook.toCsvStream (stream, workbook, ?Separator)
Parameters:
MemoryStream
workbook : FsWorkbook
?Separator : char
|
Extended Type:
|