Switch to the Data tab to view sheet contents.
Use your account to restore this notebook session.
Notebook sessions are saved after sign-in.
xl.write(df, anchor="A1")Write a DataFrame to the active sheet.xl.write(df, anchor="B2", sheet="Summary")Write to a named worksheet.xl.write(df, table=False)Write plain cells, no Excel Table.dfBare DataFrame → preview + Send to grid button.↓ ImportToolbar button: pull the current Excel selection into a new cell as a DataFrame.Switch to the Data tab to view sheet contents.