Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Changing font size, style PDF Download PDF Download page Changing font size, style. Current page All pages Changing font size, style Use caseYou need to adjust the font size, style. SolutionSwitch 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 either of the following SQL query patterns: SELECT FORMATWIKI("{cell:font-size=50px|font-weight=bold}", T1.'Transaction Type', "{cell}") AS 'Transaction Type', FORMATWIKI("{cell:font-size: 30px; font-weight: bold;}", T1.'Service Agent', "{cell}") AS 'Service Agent' FROM T* SQL Click Next. Define the table settings and view options if needed. Save the macro and the page. ×