Hi all,
I have a report in crystal report when I export it to excel each column will be shown in 2 or 3 merged columns!!!
The worst part is that sometimes the header of the column is in the A and B columns but the details of this columns are in B and C in excel sheet!!!
I don’t want that and I want to have normal excel sheet with the boarders around each cell what should I do?
Here is the example of my exported report in excel:
Please help me.
I have a report in crystal report when I export it to excel each column will be shown in 2 or 3 merged columns!!!
The worst part is that sometimes the header of the column is in the A and B columns but the details of this columns are in B and C in excel sheet!!!
I don’t want that and I want to have normal excel sheet with the boarders around each cell what should I do?
Here is the example of my exported report in excel:
Code:
A B C D E F G Case Customer Name Tel 1 John 1232547 2 Jane 9999999 3 Mark 99999544 4 Harry 8789874 What I need in excel is: A B C Case Customer Name Tel 1 John 1232547 2 Jane 9999999 3 Mark 99999544 4 Harry 8789874
Comment