Need to generate excel sheet with proper data
Hi ,I am able to generate excel sheet in C#.net.second time am writing data in new row and new column in same excel sheet. like below
Name Surname A B C A B C D A B C D E A B C F
Roger R x x x
Nilesh N x x x x
Tom C x x x x x
John F x x x x
But i need data in follwing format.
Name Surname A B C D E F
Roger R x x x
Nilesh N x x x x
Tom C x x x x x
John F x x x x
above data explain that name and surname present then make it as x otherviz blank the cell.
Please find the attached excel sheet.
Please help me out on above issue.
Thanks in advance.