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
|
|
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
|
|
Full Usage:
this.fromSeq (seq, ?cell)
Parameters:
('a * 'b) seq
?cell : string
|
|
Full Usage:
this.registerSyncToExcel (r, value, ?sheet)
Parameters:
string
value : 'a
?sheet : string
|
|
Full Usage:
this.syncToExcel (r, value, ?sheet)
Parameters:
string
value : 'a
?sheet : string
|
|
Static members
| Static member |
Description
|
|
|
|
|
Deedle