开发者

Django - Reading Excel File

开发者 https://www.devze.com 2023-01-28 12:41 出处:网络
User will upload the Excel file from client machine Retrieve all the available sheets and need to show in the drop down list
  • User will upload the Excel file from client machine
  • Retrieve all the available sheets and need to show in the drop down list
  • User has to choose the specific sheet
  • Need to send an email for each available row in that particular sheet.开发者_运维知识库

I just explored openpyxl and planning to use the same. I believe that it may consume lot of memory. Any best practice suggestions to implement this?


Your lucky there is a website dedicated to your plight http://www.python-excel.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消