Cell Module
Functions for creating and manipulating Cells.
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
|
DataType is the FsSpreadsheet representation of the CellValue enum in OpenXml.
|
Full Usage:
create dataType reference value
Parameters:
CellValues option
reference : string
value : CellValue
Returns: Cell
|
|
Full Usage:
createWithFormat doc dataType reference cellFormat value
Parameters:
SpreadsheetDocument
dataType : CellValues option
reference : string
cellFormat : CellFormat
value : CellValue
Returns: Cell
|
|
Full Usage:
fromValue sharedStringTable columnIndex rowIndex value
Parameters:
Option<SharedStringTable>
columnIndex : uint32
rowIndex : uint32
value : 'T
Returns: Cell
|
|
Full Usage:
fromValueWithDataType doc columnIndex rowIndex value dataType
Parameters:
SpreadsheetDocument
columnIndex : uint32
rowIndex : uint32
value : string
dataType : DataType
Returns: Cell
|
|
Full Usage:
getCellContent doc value dataType
Parameters:
SpreadsheetDocument
value : string
dataType : DataType
Returns: (type)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|