Skip to main content

Edit Spreadsheet

Introduction

Using Spreadsheet users can Analyze and Play with the data of the dataset and also can import external excel files into this widget. You can edit the contents of a cell directly in the cell or by typing in the formula bar. By default, the editing feature is enabled in the spreadsheet.

Prerequisite:

Users will require the following dataset to understand edit spreadsheet scenarios:

Sales.cds dataset

Download Sales.zip file click here

Upload this dataset in the Master Data >> Dataset section

For Edit the Spreadsheet follows the steps below:

  1. Log in to OPNBI with valid credentials and create a new dashboard.

  2. From the widget library, select the spreadsheet widget to add to the dashboard. You will see the widget properties window.

    Docusaurus Slash Introduction

  3. Select the dataset you want to view and analyze, To demonstrate, we are using sales.cds dataset.

    Docusaurus Slash Introduction

  4. Click the save and exit button and see sales data.cds dataset in spreadsheet widget.

  5. Resize the widget to view it properly.

Docusaurus Slash Introduction

  1. To edit the spreadsheet double click a cell which you want to edit, here we are editing the COUNTRY column name to country, as shown in the figure below:

Docusaurus Slash Introduction

Editing Spreadsheet using Formula

You can create a simple formula to add, subtract, multiply or divide values in your spreadsheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric values and calculation operators such as plus (+), minus (-), an asterisk(*), or forward-slash (/) signs.

  1. On the spreadsheet, click the cell in which you want to enter the formula here we are selecting the sum formula for demonstration in Quantity Order Column from cell E2 to E200 record.

  2. For that write the formulas =SUM(E1:E200) displays the sum of Quantity Order column cell 1 to 200, as shown in the figure below:

Docusaurus Slash Introduction

  1. Here we are editing the sum formula of the Quantity Order Column from double click on the cell.

  2. Edit the formula =SUM(E1:E100) displays the sum of Quantity Order column cells 1 to 100, as shown in the figure below:

Docusaurus Slash Introduction

Insert or Delete Rows and Columns

  1. You can also insert or delete rows and columns in the Spreadsheet.

  2. Here we are inserting rows before the second number of rows.

  3. For that right-click on the second number of row and select the Insert Row >> Above, as shown in the figure below:

Docusaurus Slash Introduction

  1. From the file option, Click on the File >> Save to save the spreadsheet.

    Docusaurus Slash Introduction