Hello ,
I am new to confluence, but I have one question regarding table development in a blank project.
Is it possible to target a table cell with a macro which is written in C++, checking that cell input on specific words and create an event, for example a task if that condition is fulfilled?
For example, if u have two rows and two columns, then u have at least 2x2=4 cells. Does an opportunity exist to check the content of one cell? For example, in C++ ( if(cell_input=='L') then do_anything, for example create a task ).
Kind regards