I am new to python and need to work on a project with the whole database on excel. The database is over 100k entries and has to be periodically modified and searched/sorted often.
Are there any package(s) for this?
As per your title, this is a list of python modules that can perform various operations on Excel worksheets.
pyExcelerator
)As to search/sort, python has builtin features and there are plenty of other packages.