python - sending email with excel files created in pandas? -


Is it possible to send panda dataframes through an email in Excel format?

I am trying to avoid making excel sheets, keep it physically, and then it has to be read and sent to it.

I went to one part and tried it

  emxl = df1.to_excel ()  

but since to_excel is a path to go on, the T work seems like xlwt is the same problem


Comments

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -