Showing 1-6 of 6 items.

Export query content to excel through any of your controllers, also can set cssClass for header/odd/even rows, auto download

Created 11 years ago by Scott_Huang Scott_Huang, updated 11 years ago by Scott_Huang Scott_Huang. 1 comment

To generate excel by query content, and download through any controller. You also can bind cssClass to header/odd/even rows. As for header, you even can set cssClass for each column.

$this->export2excel($excel_content,$excel_file);

in your controller.

2 0
2
Viewed: 29 949 times
Version: 2.0
Category: Tutorials

CSV Export

Created 14 years ago by JohnPollard JohnPollard, updated 14 years ago by JohnPollard JohnPollard. 5 comments

I needed a csv export function for my cgridview and I wanted to export the entire result set of the sorted and filtered cgridview the user was viewing via ajax.

4 0
5
Viewed: 33 999 times
Version: 1.1
Category: How-tos