Import excel data into models via django admin

前端 未结 3 1021
面向向阳花
面向向阳花 2021-02-06 06:20

I need the Django Admin interface to accept administrator uploads of Excel files where the data in each Excel file is inserted into my database models. How can I make such an “U

3条回答
  •  眼角桃花
    2021-02-06 06:34

    I'm not sure about the Django side of things, but you can use xlrd to read and manipulate Excel files. There is a free PDF which explains this called Working with Excel files in Python

提交回复
热议问题