Table Module
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.
Nested modules
| Modules | Description | 
Functions and values
| Function or value | Description | 
| 
                
              
                  Full Usage: 
                   addTable workbookPart worksheetPart tableParameters: 
 WorkbookPartworksheetPart : WorksheetParttable : TableReturns: WorksheetPart | |
| 
                
              
                  Full Usage: 
                   create displayName area tableColumnsParameters: 
 stringarea : StringValuetableColumns : TableColumn seqReturns: Table | |
| 
                
               | |
| 
                
              
                  Full Usage: 
                   getByNameBy predicate worksheetPartParameters: 
 string -> boolworksheetPart : WorksheetPartReturns: Table | |
| 
                
               | |
| 
                
               | |
| 
                
               | |
| 
                
               | |
| 
                
               | 
 | 
| 
                
               | |
| 
                
               | |
| 
                
              
                  Full Usage: 
                   toSparseValueMatrix sst sheetData tableParameters: Returns: Dictionary<(int * string), string> | 
 | 
| 
                
              
                  Full Usage: 
                   tryCreateWithExistingHeaders sst sheetData name areaParameters: 
 Option<SST>sheetData : SheetDataname : stringarea : StringValueReturns: Table option | |
| 
                
              
                  Full Usage: 
                   tryGetByNameBy predicate worksheetPartParameters: 
 string -> boolworksheetPart : WorksheetPartReturns: Table option | |
| 
                
              
                  Full Usage: 
                   tryGetFirst worksheetPartParameters: 
 WorksheetPartReturns: Table option | |
| 
                
              
                  Full Usage: 
                   tryGetTableColumnBy predicate tableParameters: 
 TableColumn -> booltable : TableReturns: TableColumn option | |
| 
                
              
                  Full Usage: 
                   tryGetTableColumnByName name tableParameters: 
 stringtable : TableReturns: TableColumn option | 
 FsSpreadsheet
            FsSpreadsheet