CellReference
|
Module containing functions to work with "A1" style excel cell references.
|
DataType
|
Possible DataTypes used in a FsCell.
|
Dictionary
|
|
Enhancements
|
|
FsAddress
|
|
FsCell
|
|
FsCellAux
|
Creates an FsCell of `DataType` dataType, with value of type `string`, and `FsAddress` address.
|
FsCellsCollection
|
|
FsColumn
|
Creates an FsColumn from the given FsRangeAddress, consisting of FsCells within a given FsCellsCollection, and a styleValue.
|
FsRange
|
|
FsRangeAddress
|
|
FsRangeBase
|
|
FsRangeColumn
|
|
FsRangeRow
|
|
FsRow
|
Creates an FsRow from the given FsRangeAddress, consisting of FsCells within a given FsCellsCollection, and a styleValue.
|
FsTable
|
Creates an FsTable from the given name and FsRangeAddres, with totals row shown and header row shown or not, accordingly.
|
FsTableField
|
Creates an FsTableFiled with given name, index, FsRangeColumn, totalRowLabel, and the totalsRowFunction.
|
FsTableRow
|
|
FsWorkbook
|
Creates an empty FsWorkbook.
|
FsWorksheet
|
Creates an FsWorksheet with the given name, FsRows, FsTables, and FsCellsCollection.
|
Range
|
The areas marks the area in which the table lies.
|
SheetBuilder
|
|