i want to write two sets of data to the same file, but not concurrrently. I mean that I write the first set of data to a file and then after maybe a certain days or weeks, I append another set of data to the existing file. according to my knowledge , I can only append the second set of data "head to end ", but what i prefer is to write the two sets of data "side by side", I mean eg. if I write the first set of data to the first two columns of the spreadsheet file, I wish i can write the second set of data to the third and foruth columns of the same spreadsheet file.