Excel Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
range *= v
Parameters:
string
v : obj
|
|
Full Usage:
DeedleToExcel addPrintTransformer
Parameters:
('t -> obj) -> unit
|
Copy all Series and Frames in the FSharp interactive session to Excel. A sheet is created for each Series and each Frame. As series and frames are added to the session they will be added to the current Excel workbook as new sheets.
|
|
|
Full Usage:
GetFsiSeriesAndFrames knownTypes
Parameters:
ICollection<Type>
Returns: IDictionary<Type, FsiVariable[]>
|
Inspect the FSharp interactive session and find all Series and Frames
|
Full Usage:
asFrame name aSeries
Parameters:
'a
aSeries : 'b
Returns: obj
|
|
Full Usage:
attach
Returns: bool
|
|
Full Usage:
changeActiveWorkbook wbIdx
Parameters:
int
|
|
Full Usage:
clearRange range
Parameters:
'a
|
|
Full Usage:
closeWorkbook ()
Parameters:
unit
|
|
|
|
Full Usage:
deleteSheet sheetName
Parameters:
string
|
|
|
|
Full Usage:
freezePanes rows cols
Parameters:
int
cols : int
|
|
|
|
|
|
|
|
|
|
Full Usage:
moveOffset (arg1, arg1) state
Parameters:
'a
arg1 : 'b
state : ExcelState
Returns: ExcelState
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
overwriteSave filename
Parameters:
string
|
|
Full Usage:
quit ()
Parameters:
unit
|
|
Full Usage:
renameSheet sheetName
Parameters:
string
|
|
|
|
|
|
Full Usage:
saveWorkbook filename
Parameters:
string
|
|
Full Usage:
saveWorksheetAsHtml filename sheet
Parameters:
string
sheet : string
|
|
Full Usage:
setApplication app
Parameters:
obj
|
|
Full Usage:
setExcelVisibility visible
Parameters:
bool
|
|
|
|
Full Usage:
switchSheet sheetName
Parameters:
string
|
|
Full Usage:
toExcel rangeStr v
Parameters:
string
v : obj
|
|
|
|
Active patterns
| Active pattern |
Description
|
|
|
|
|
|
|
Deedle