kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

contentBefore problem #246

Closed nazakar closed 6 years ago

nazakar commented 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', ], ], ], ],

thanhbinh0995 commented 6 years ago

Try this 'contentBefore' => [ [ 'value' => 'Test', ] ],