FsExtensions Module
Classes that extend the core FsSpreadsheet library with IO functionalities.
Type extensions
Type extension | Description |
Full Usage:
this.AppendTablesToWorksheetPart
Parameters:
WorkbookPart
xlsxWorksheetPart : WorksheetPart
|
|
|
|
Full Usage:
this.ToColumnsJsonFile
Parameters:
string
?spaces : int
?noNumbering : bool
|
Extended Type:
|
Full Usage:
this.ToColumnsJsonString
Parameters:
int
?noNumbering : bool
Returns: string
|
Extended Type:
|
|
Extended Type:
|
Full Usage:
this.ToRowsJsonFile
Parameters:
string
?spaces : int
?noNumbering : bool
|
Extended Type:
|
Full Usage:
this.ToRowsJsonString
Parameters:
int
?noNumbering : bool
Returns: string
|
Extended Type:
|
Full Usage:
this.ToXlsxBytes
Parameters:
unit
Returns: byte[]
|
|
Full Usage:
this.ToXlsxFile
Parameters:
string
|
|
|
|
|
|
|
|
Full Usage:
FsWorksheet.appendTablesToWorksheetPart xlsxWorkbookPart xlsxWorksheetPart fsWorksheet
Parameters:
WorkbookPart
xlsxWorksheetPart : WorksheetPart
fsWorksheet : FsWorksheet
|
Extended Type:
|
Full Usage:
FsWorkbook.fromColumnsJsonFile filePath
Parameters:
string
Returns: FsWorkbook
|
|
|
|
|
|
|
|
|
|
Full Usage:
FsWorkbook.fromSpreadsheetDocument doc
Parameters:
SpreadsheetDocument
Returns: FsWorkbook
|
|
|
|
|
|
|
|
|
|
Full Usage:
FsTable.getWorksheetOfTable workbook table
Parameters:
FsWorkbook
table : FsTable
Returns: FsWorksheet
|
|
Full Usage:
DataType.ofXlsXCell doc cell
Parameters:
SpreadsheetDocument
cell : Cell
Returns: DataType
|
|
Full Usage:
FsCell.ofXlsxCell doc sst xlsxCell
Parameters:
SpreadsheetDocument
sst : SST option
xlsxCell : Cell
Returns: FsCell
|
|
Full Usage:
FsWorkbook.toColumnsJsonFile (path, ?spaces, ?noNumbering)
Parameters:
string
?spaces : int
?noNumbering : bool
Returns: FsWorkbook -> unit
|
Extended Type:
|
Full Usage:
FsWorkbook.toColumnsJsonString (workbook, ?spaces, ?noNumbering)
Parameters:
FsWorkbook
?spaces : int
?noNumbering : bool
Returns: string
|
Extended Type:
|
Full Usage:
FsWorkbook.toRowsJsonFile (path, ?spaces, ?noNumbering)
Parameters:
string
?spaces : int
?noNumbering : bool
Returns: FsWorkbook -> unit
|
Extended Type:
|
Full Usage:
FsWorkbook.toRowsJsonString (workbook, ?spaces, ?noNumbering)
Parameters:
FsWorkbook
?spaces : int
?noNumbering : bool
Returns: string
|
Extended Type:
|
|
|
Full Usage:
FsCell.toXlsxCell doc cell
Parameters:
SpreadsheetDocument
cell : FsCell
Returns: Cell
|
Extended Type:
|
|
|
Full Usage:
FsWorkbook.toXlsxStream stream workbook
Parameters:
MemoryStream
workbook : FsWorkbook
|
|
Full Usage:
FsTable.toXlsxTable cellsCollection table
Parameters:
FsCellsCollection
table : FsTable
Returns: Table
|
|
Full Usage:
FsWorksheet.toXlsxWorksheet (fsWorksheet, doc)
Parameters:
FsWorksheet
doc : SpreadsheetDocument
Returns: Worksheet
|
|
Full Usage:
FsWorkbook.tryFromColumnsJsonFile filePath
Parameters:
string
Returns: Result<FsWorkbook, string>
|
|
Full Usage:
FsWorkbook.tryFromColumnsJsonString json
Parameters:
string
Returns: Result<FsWorkbook, string>
|
|
Full Usage:
FsWorkbook.tryFromRowsJsonFile filePath
Parameters:
string
Returns: Result<FsWorkbook, string>
|
|
Full Usage:
FsWorkbook.tryFromRowsJsonString json
Parameters:
string
Returns: Result<FsWorkbook, string>
|
|
Full Usage:
FsCell.tryOfXlsxCell doc sst xlsxCell
Parameters:
SpreadsheetDocument
sst : SST option
xlsxCell : Cell
Returns: FsCell option
|
Extended Type:
|