Import data from excel spreadsheet to django model

前端 未结 3 1098
花落未央
花落未央 2020-12-29 08:51

I\'m building a website that\'ll have a django backend. I want to be able to serve the medical billing data from a database that django will have access to. However, all of

3条回答
  •  一向
    一向 (楼主)
    2020-12-29 09:26

    Why don't you use django-import-export?

    It's a widget that allows you to import excel files from admin section.

    It's very easy to install, read the docs!
    Here you find the installation tutorial, and here you find an example.

提交回复
热议问题