如何在 pythonanywhere 服务器上传 excel 文件,我上传了 python 脚本,我的 python 脚本读取 excel 文件然后执行任务
How to upload a excel file in pythonanywhere server, I have uploaded python script, my python script reads the excel file and then it executes tasks
我已经在 PythonAnywhere 服务器上免费上传了一个 python 脚本,我的计算机中有一个 excel 文件,我的 python 脚本读取 excel 数据并且执行一些任务并给我发电子邮件,我在 python 脚本中写了一个 excel 文件位置。我应该如何将 excel 文件添加到服务器,我应该从脚本中删除该文件。
文件页面中的每个目录都有一个上传按钮,您可以使用该按钮将文件上传到该目录。
我已经在 PythonAnywhere 服务器上免费上传了一个 python 脚本,我的计算机中有一个 excel 文件,我的 python 脚本读取 excel 数据并且执行一些任务并给我发电子邮件,我在 python 脚本中写了一个 excel 文件位置。我应该如何将 excel 文件添加到服务器,我应该从脚本中删除该文件。
文件页面中的每个目录都有一个上传按钮,您可以使用该按钮将文件上传到该目录。