I would like to "append" the list to the sheet through Python openxyxl. However, I would like to enter this result from column B6. Please tell me how to input the data to the desired location using "append".
for l in Lists:
Sheet.append(l)
I would like to "append" the list to the sheet through Python openxyxl. However, I would like to enter this result from column B6. Please tell me how to input the data to the desired location using "append".
for l in Lists:
Sheet.append(l)