The Spreadsheet Display widget displays spreadsheet files from a media reference property on an object.
This widget provides a way to visualize spreadsheet data directly within your Workshop module, allowing users to view and interact with spreadsheet content, such as by creating annotations.
Spreadsheet display: Configure the object type and media reference and enable optional annotations.
Spreadsheet annotation inputs: Configure one or more annotation layers.
string
or a struct
:
string
in the JSON format following {"startRow": 0, "startCol": 0, "endRow": 0, "endCol": 0}
.struct
with the fields startRow (integer)
, endRow (integer)
, startCol (integer)
, and endCol (integer)
.(0,0)
, and a range from cell A1 to B2 equals {"startRow": 0, "startCol":0, "endRow": 1, "endCol": 1}
.Existing annotation interaction: An optional configuration to track selected annotations.
Annotation interactions: Configure one or more actions to surface in the widget.