Cell
|
Functions for creating and manipulating Cells.
|
CellData
|
Functions for working with CellData.
|
FsExtensions
|
Classes that extend the core FsSpreadsheet library with IO functionalities.
|
Package
|
|
Row
|
Functions for working with rows (unmanaged: spans and cell references do not get automatically updated).
|
SharedStringTable
|
Functions for working with SharedStringTables.
|
Sheet
|
Part of the Workbook, stores name and other additional info of the sheet. (Unmanaged: Changing a sheet does not alter the associated worksheet which stores the data)
|
SheetData
|
Functions for working with SheetData. (Unmanaged: Row indices and cell references do not automatically get updated)
|
Spreadsheet
|
Functions for working the spreadsheet document.
|
SST
|
|
Stylesheet
|
|
Table
|
Functions for working with tables.
The table object itself just stores the name, the headers and the area in which the table lies.
The values are stored in the sheetData object associated with the same worksheet as the table.
Therefore, in order to work with tables, one should retrieve both the sheetData and the table. The value retrieval functions ask for both.
|
Workbook
|
Functions for manipulating Workbooks. (Unmanaged: changing the sheets does not alter the associated worksheets which store the data)
|
WorkbookPart
|
Functions for working with WorkbookParts.
|
Worksheet
|
Stores data of the sheet and the index of the sheet and
functions for working with the worksheetpart. (Unmanaged: changing a worksheet does not alter the sheet which links the worksheet to the excel workbook)
|
Writer
|
|
ZipArchiveReader
|
|