XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Widgets"

(Created page with "Introduced in Version 9.1, widgets are components written by programmers that can be embedded in workbooks. They are developed in .Net and rendered using HTML/Javascript....")
 
 
Line 4: Line 4:
 
* reading values from cells to drive the widget content
 
* reading values from cells to drive the widget content
 
* sending vales to cells, e.g. in response to a click in the widget.
 
* sending vales to cells, e.g. in response to a click in the widget.
 +
  
 
They are only rendered on the web once published, in Excel a placeholder is shown.
 
They are only rendered on the web once published, in Excel a placeholder is shown.
  
 
For more information on the Widgets API please contact XLCubed Support.
 
For more information on the Widgets API please contact XLCubed Support.

Latest revision as of 09:03, 25 May 2018

Introduced in Version 9.1, widgets are components written by programmers that can be embedded in workbooks. They are developed in .Net and rendered using HTML/Javascript.

They allow custom visuals to be placed in a workbook which can be linked to the values in the workbook by

  • reading values from cells to drive the widget content
  • sending vales to cells, e.g. in response to a click in the widget.


They are only rendered on the web once published, in Excel a placeholder is shown.

For more information on the Widgets API please contact XLCubed Support.