tmthyjames/SQLCell

Converting data to CSV format should only be done on button click

tmthyjames opened this issue · 0 comments

This line:

str_data = df.to_csv(sep="\t", encoding='utf-8') # for downloading

Should only be executed when the "Save" button is clicked by the user and not before.