SpreadSheet

The Spreadsheet is a local data source designed for importing and editing tabular data. This data source can be used by visualizations and maps on the video wall to create charts and data layers on maps.

Importing and Exporting

  • Supported Formats: Import or export spreadsheets in CSV, XLSX, JSON, and XML formats.
  • Exporting: Specify the desired file format when exporting your data (CSVXLSXJSON, and XML formats).

import export spreadsheets
export file type csv,xlsx, json or xml

Editing the Table

Adding and Removing Rows

  • Add Rows: Click the Add Row button on the bottom menu bar to add a new row.

add row to spreadsheet

  • Remove Rows: Select rows and click the Remove Row button to delete them.

remove rows from spreadsheet

Adding and Removing Columns

  • Add Columns: Input a column name and click the Add Col button to add a new column.

add columns to spreadsheet

  • Remove Columns: Click the X button in the top-right corner of the column to remove it.

remove columns from spreadsheet

Editing Cells

  • Select a cell and input any value to change its content.

edit spreadsheet cells

Resizing Columns

  • Drag the column separators left or right to adjust the column width.

move column seperators

Navigating the Table

  • Use the pagination controls at the bottom to switch between pages or jump to the first/last page.

spreadsheet pagination

Sorting and Filtering

Sorting Rows

  • Sort rows by selecting a column and choosing ascending or descending order.

sort spreadsheet by selected column

Filtering Rows

  • Apply filters to rows based on column values. Filters in the editor do not affect connected visualizations or maps.

apply filters to spreadsheet

  • Edit filters using search strings and logical operators.

edit filters with search strings and logical operators

Data Formats and Visualization Integration

  • Assign Data Formats: To use your data in visualizations, assign data formats to the columns.

assign data formats to spreadsheet columns

  • Examples:
    • Identifying a column as Time enables temporal animations in visualizations.
    • Identifying a column as Coordinates allows the data to be used in maps.
  • DataFormat Tags: DataFormat tags appear at the top-right corner of the editor and indicate the supported formats for this source.
    • Visualizations may require specific tags to use a data source.
    • If a data source doesn’t appear in the visualization list, ensure the required tags are present.

For more details, please refer to the DataFormat documentation.