amran08 / PythonXMLtoCSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%