Python library to validate Excel data -


Is there an existing Python library that can validate data in Excel format? Or what type of keyword should I use to search for such open source projects? Thank you.

I'm not sure what you are looking for, but there are three libraries, combining Excel, reading Excel files Read more:

They read and save binary Excel archives in both windows and Linux. There are functions for formatting data and styles.

If you want to see that some data columns are in a given format, you can do these labs (basically with xlrd).


Comments