DynamicExcel Type
Constructors
| Constructor |
Description
|
Full Usage:
DynamicExcel(app, ?keepInSync)
Parameters:
Application
?keepInSync : bool
Returns: DynamicExcel
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.DeleteSheet
Parameters:
string
|
|
Full Usage:
this.KeepInSync
Returns: bool
|
|
Full Usage:
this.RenameSheet
Parameters:
string
|
|
Full Usage:
this.Reset
|
|
Full Usage:
this.SwitchSheet
Parameters:
string
|
|
Full Usage:
this.asyncToExcel (r, value, ?sheet, ?force)
Parameters:
string
value : 'a
?sheet : string
?force : bool
Type parameters: 'a |
|
Full Usage:
this.fromSeq (seq, ?cell)
Parameters:
('a * 'b) seq
?cell : string
Type parameters: 'a, 'b, 'c (requires equality and :> 'c Microsoft.FSharp.Collections.seq) |
|
Full Usage:
this.registerSyncToExcel (r, value, ?sheet)
Parameters:
string
value : 'a
?sheet : string
Type parameters: 'a |
|
Full Usage:
this.syncToExcel (r, value, ?sheet)
Parameters:
string
value : 'a
?sheet : string
Type parameters: 'a |
|
Static members
| Static member |
Description
|
|
|
Full Usage:
(?<-) (excel, r, value)
Parameters:
DynamicExcel
r : string
value : 'a
Type parameters: 'a |
|
Deedle