Hi Abu. I am a registered customer. I have a grid with data, which I want to export to excel. When I open the generated file, only the headers are titled. Thank you
3 Answers
Please share your code for review.
You can use pastebin.com or gist.github.com and share the link.
Use following debug process:
1. Open the grid in browser.
2. Then put echo statement in code:
$g->select_command = "…";
echo $g->select_command; die;
3. Click on export and it will open new page with your query.
It will help what could be the reason for blank rows.
Your Answer