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
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.