09-05-2008 03:47 AM
Good morning
I am writing the values to the Excel from 2 sequences, now in the excel it writes one below the other but i like to write in separate columns
Thanks
09-05-2008 04:27 AM
Able to get it in separate columns,
The above program is in for loop(say N=10),the header is repeating 10 times,how to avoid this
Thanks
09-05-2008 08:30 AM
The simple answer is don't write the header 10 times.
Since you did not post your code or even mention which function you are using, I have no idea how you are creating this file but the general practice would be to write the header in a separate function from what you are using to write the data.