Closed nazakar closed 6 years ago
Hi my code is - no value TEST is showing - only 2 empty rows 'contentBefore' => [ 'value' => ['TEST'], 'styleOptions' => [ 'font' => [ 'bold' => true, 'color' => [ 'argb' => '00000000', ], ], ], ],
Try this 'contentBefore' => [ [ 'value' => 'Test', ] ],
Hi my code is - no value TEST is showing - only 2 empty rows 'contentBefore' => [ 'value' => ['TEST'], 'styleOptions' => [ 'font' => [ 'bold' => true, 'color' => [ 'argb' => '00000000', ], ], ], ],