df = pd.DataFrame(df)
df.to_excel("Lista FATF.xlsx", index=False, startrow=1)
When the code runs everything that already is on the excel file vanishes, i don't want it to happen. I want to just add things to the excel file, not delete the ones that already are there.