Excel Like Data Tables

Gherkin data tables can often be awkward to work with especially when you want to add a new column in the middle of an existing table or want to rearrange rows or columns.

To make working with data tables easier the editor supports features described below

Insert new table via a button click

Show cell borders

Instead of presenting Gherkin tables in a traditional way using only '|' (pipe) character to separate columns like shown below

The editor supports showing tables with cell borders like in the screenshot below

Note that the '|' characters are still there, they are just hidden and a border is shown instead. So if for example you select all text, copy and then paste the content into an external editor the pipe characters will be present as you would expect.

This feature is turned on by default but can be turned off if required via the Editor preferences menu.

Automatic alignment of columns

Inline table operations toolbar

Intuitive cell range selection

Create new table using Tab

Add a new row shortcut

Tab key navigation

Copy & Paste a range of cells

Selected range of cells can be copied via traditional keyboard shortcut Ctrl+C

And then can be pasted via Ctrl+V

 

Paste into other Jira Issues

Copying also works between different browser windows or page reloads, so you can paste copied cell data into tables of other Jira issues

 

image-20241002-171927.png
image-20241002-172336.png
image-20241002-172350.png
image-20241002-173011.png

 

Copy to and from Excel & Google Sheets

Copied range of cells can also be pasted into external spreadsheet type applications such as Microsoft Excel or Google Sheets

 

image-20241002-171927.png
image-20241002-172336.png
image-20241002-172350.png
image-20241002-174205.png
image-20241002-174240.png

 

 

Tables are auto created

When pasting cell data the destination table does not have to exist, simply place the cursor at the start of a blank line and press Ctrl+V

the copied data will be inserted into a new table automatically

This is particularly useful when copying data from external spreadsheet applications

Â