Skip to main content

How to use the Abyssale Spreadsheet

Learn Abyssale Spreadsheet Functions - Interface, row creation, deletion, duplication. Layer parameter details: payload, color, etc..

Updated over 3 weeks ago

This article explains the interface and general functions of the Abyssale spreadsheet. If you want to learn how the spreadsheet generation method works, follow this article. : Discover Spreadsheet generation method


General functions and spreadsheet interface

Before explaining what each button in the spreadsheet does and how interactions work, here are a few key things to understand:

  • Each column represents a layer in your design. Some layers include sub-columns for specific parameters.

  • The first column, Formats, lets you choose which format(s) will be generated for that row.

  • Each row corresponds to a new variation of your template that will be generated.

  • If a cell is left empty, Abyssale automatically uses the default value from the design during generation.

  • When you select a cell, column, sub-column, or row, the toolbar at the top updates dynamically to show the relevant options for your current selection.

Add new Row

From the bottom left of the Abyssale Spreadhseet, click on Add row, to add a new row to your spreadsheet.

πŸ’‘ Tips : Let cells empty if you don't want to modify the default content of your design for the selected row. Abyssale will get the default value automatically.
So no need to fill each cell if not needed.

Delete one or more row

Select the rows of your spreadsheet you wish to delete by clicking on their numbers on the far left, and you'll see a checkbox to tick as you move your mouse over them.

Once checked, you'll see a Delete row button appear next to the Ai actions button to delete the selected rows.

πŸ’‘ Tips : You can also select all the rows in your sprreadsheet by simply clicking on the checkbox in the top left-hand corner just above the first column.

Duplicate one or more row

Select the rows of your spreadsheet you wish to duplicate by clicking on their numbers on the far left, and you'll see a checkbox to tick as you move your mouse over them.

Once checked, you'll see a Duplicate rows button appear next to the Delete rows button to duplicate the selected rows.

πŸ’‘ Tips : You can also select all the rows in your sprreadsheet by simply clicking on the checkbox in the top left-hand corner just above the first column.


What are the different parameters of the layers I may encounter and what are their particularities?

Each column have one or more subcolumn that correspond to a parameters of your layer, there is some rules to follow for each of them to fill it correctly

You have the ability to manage wich parameters for the given layer/column can be editablke, to do this, just select the column and in toolbar you will get the option to add or not the parameters you want to edit.

Payload parameters

The payload, is basicaly the text content of your layer.

You can add text and edit it's decoration through our Rich text mode or just by adding directly in the cells the markup language when in Code mode.

Rich text mode (default mode)

Here how to access the Rich text mode on your spreadsheet :

  1. Select your cell, and toggle the Rich text mode on the toolbar

  2. Select a part or the entire text in the input from the toolbar, once selected, the toolbar will be updated with decoration text option available.

  3. Apply now the decoration you want from this text option toolbar

Text decoration available in the Rich text mode

  • Weight: Set the font weight for the selected text in this layer.

  • Font size: define a percentage of the actual size

  • Underline: Apply an underline to your selected text and choose its color.

  • Strikethrough: Apply a strikethrough to your selected text and choose its color.

  • Superscript: Display the selected text slightly above the normal line of text.

  • Subscript: Display the selected text slightly below the normal line of text.

  • Text color: Choose the color of the selected text.

  • Background color: Choose the background color for the selected text.

  • Clear decoration: reset your decoration to the default one

Code mode

Here how to access the Code mode on your spreadsheet :

  1. Select your cell, and toggle the Code mode on the toolbar

  2. You can now edit directly the text by adding markup language in the input. Read API documentation with the full text decoration parameters available.
    ​

  3. You'll see in the cells that the markup language has been added to your text, don't worry, it won't appear on your final generation.

πŸ’‘ Tips : Force the text to make a line break by adding \n or by pressing the enter key in the Rich text mode where you want to force the line break.

Color parameters

The name speaks for itself: it simply refers to the color of the selected layers (background color, foreground color, text color, etc.).

You can directly write the hexadecimal of your color in the input from the toolbar (#123456) or by clicking on the colored square to get access to the color picker.

The color picker will open, allowing you to define colors as in the design editor, with the same options (monochrome, gradient, opacity with alpha value, etc.).

Image parameters

It allow you to load a file from your computer or other source, here is some information to know :

  • Supported file types are jpg, png, jpeg, webp, svg

  • Maximum file size is 20 Mb

  • The file must be an image no larger than 4000 pixels by 4000 pixels

When you click Select or upload media, the same options available in the design editor will appear.
A modal will open, allowing you to choose the source of the image:
​

Score Rating parameters

Define your rating scores by entering a score between 0 and 100 or by clicking on the drop down menu to select a number of star.
​

Audio parameters

It allow you to load a file from your computer or other source, here is some information to know :

  • Supported file types are mp3, wav, wave

  • Maximum file size is 20 Mb

When you click Select or upload media, the same options available in the design editor will appear.
A modal will open, allowing you to choose the source of the audio.

Video parameters

It allow you to load a file from your computer or other source, here is some information to know :

  • Supported file types are mp4, webm

  • Maximum file size is 100 Mb

When you click Select or upload media, the same options available in the design editor will appear.
A modal will open, allowing you to choose the source of the video.

Did this answer your question?