PythonXMLtoCSV

Here's a file searchresults.xls which contains xml. This script will parse the file upto worksheet->row->cell level to find out contents and put these into a file and contents are separated by comma ,that means it will be used as csv file

Requirements : Python 3

                  pip install pandas
                  pip install lxml
                  pip install Beautifulsoup