kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
557 stars 302 forks source link

Excel export #1022

Closed ghaithatfeh closed 2 years ago

ghaithatfeh commented 2 years ago

hi kartik, big fan of your work, but I have a problem that I can't find a solution for. i want to change value in Excel export there is somthing like: value and xlValue in data columns properties??? like format and xlFormat??

image

I want amount value without "SYP" in excel export..

ghaithatfeh commented 2 years ago

I got a solution for that by adding a css class "skip-export" in the "SYP" span

image