We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeaba6 commit 5332132Copy full SHA for 5332132
src/export_sheets.py
@@ -22,7 +22,7 @@ def write_data_to_table(csv_path, google_token, table_id, sheet_id, start_cell="
22
df = pd.DataFrame(INT_MASS)
23
24
# Очистка существующих данных
25
- wk_content.clear()
+ #wk_content.clear()
26
27
# Запись новых данных
28
wk_content.set_dataframe(df, start_cell, copy_head=True)
0 commit comments