Nov-24-2017, 06:34 AM
Hey guys,
How would I go about writing data into a specific CSV cell?
example
How would I go about writing data into a specific CSV cell?
example
x = "true" list(csv.reader(open('test.csv', 'w'))) list.write(x)to([5][1]) #cell location row 5, column 1