I am using xlrd to process excel files. I am running a script on a folder that contains many files, and I am printing messages related to the files. However, for each file I run, I get the following xlrd-generated error message as well:
WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
Is there a way to suppress this error message, so the CLI will only print the message I want it to? Thank you.