You need to preserve the initial formatting and apply a new one.
The FORMATWIKI function can be applied in multiple ways:
Apply the first approach if the original source content contains links, text, cell formatting, etc. that you need to keep further extending the formatting via the function usage. |
Switch the page to the edit mode.
Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.
Select the macro and click Edit.
In the Presets tab select Custom transformation and click Next.
Enter the following SQL query:
SELECT 'Week', FORMATWIKI("{cell:textColor=green|align=left|width=200px}", 'Plan for Weekly Progress', "{cell}") AS 'Weekly plan' FROM T* |
Keep the following order of attribues: bgColor, textColor, align, width. |
Click Next.
Define the table settings and view options if needed.
Save the macro and the page.
Preserving initial cell formatting doesn't work in case of rows concatenation. |