with scheduler.app.open_resource(file_name) as fp:
msg.attach(file_name,'application/vnd.openxmlformats.spreedsheetml.sheet,fp.read())
最好是别用中文的文件名,会出现乱码的情况!
with scheduler.app.open_resource(file_name) as fp:
msg.attach(file_name,'application/vnd.openxmlformats.spreedsheetml.sheet,fp.read())
最好是别用中文的文件名,会出现乱码的情况!