Defining tagged cell
How to tag input and output cells in spreadsheet? Just insert a this tag into a cell comment:
@K{“input”:{“id”:”your_id_goes_here”,”label”:“Your label goes here”,“help”:”Your help text goes here”}}
Sem vložiť obrázok bunky, ktorá má zobrazený komentár s I/O tagom
Cell type
use input or output
Cell ID
ID is used when setting up which input & output cells should be a part of web calculator and when calling the calculator using API
Cell label text
Text displayed next to the input/output cell. This cell label text is a default text for every calculator that uses this input/output cell. It can be redefined for every calculator in Calculator definition.
Cell help text
Text displayed under the input/output cell. Cell help text is optional. This cell help text is a default text for every calculator that uses this input/output cell. It can be redefined for every calculator in Calculator definition.
You can create multiple web calculators from single excel file. Each calculator can use different input & output cells. So you can have more tagged input & output cells that you currently need for specific calculator.
0 Comments