简体   繁体   中英

How to create a system that scans excel documents and stores data items in database?

I am working on a software project for my course and I am supposed to make a software that makes a summary of the monthly salary of teachers by reading their daily subject routines. So, I thought instead of manual data entry, it would be better with a excel reader to scan for the items and enter it into the database.

Try using the pyexcel module for allowing python to interact with excel files. It is quite easy to use.

Docs: http://docs.pyexcel.org/en/latest/

尝试熊猫以获得更多选项和您选择的任何数据库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM