I am a little new to Python and have a couple questions for the experts here. I am looking to see if it is possible to have a python code go through an Excel File and run a series of checks in multiple tabs in the file. After it runs those checks, I need each tab in the file to be converted into a CSV then.
I use a SAS code for QC'ing these Excel Files, but it is clunky and always doesnt work right. I was wondering what you guys think about this being possible in Python.