Excel empty

QuestionsExcel empty
Gustavo Lazaro asked 7 years ago

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
Abu Ghufran answered 7 years ago

Please share your code for review.
You can use pastebin.com or gist.github.com and share the link.

Abu Ghufran answered 7 years ago

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

3 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?