Monday, 23 August 2021

How to append data in a GoogleSheet using Python

I have a google sheet with data, but it has one problem daily I have to put data(same type of data), someone knows how to append data in a google sheet using python, help me.

I have that type of result and that is in string

print(time, " ", todayMaxProfit, " ", todayMaxLoss, " ", pl, " ", len(
orderList), " First pair sum:- ", int(orderList[0][4]+orderList[1][4]))

"2021-08-18 15:00:00  [1451, '2021-08-18 11:07:00']  [-10203, '2021-08-18 14:45:00']  -6900  2  First pair sum:-  234"

I want to append data at last.

enter image description here



from How to append data in a GoogleSheet using Python

No comments:

Post a Comment