I am using an EExcelView extension to export data using Excel sheet and wanted to change the value for the columns. I have used other extensions for PDF and it easily allows me to change the value of the columns after passing data using the dataprovider.
Please do let me know if anyone has tried to do it before. In the below code, I would like to change the value for email at this level and many others which is similar to this.
Thanks a lot for your post. But I have tried using ‘value’ => ‘$data->duration_year . “/” . $data->duration_sem’, to get the value from the dataprovider and tweak it a bit but it doesnot seem to work incase of EExcelView. Definitely works fine with CGridView. Let me know if you have tried using it before. Thanks.