Needs openpyxl to run, to install: pip install openpyxl
Run with ./extract.py -h for help
Just print:
./extract.py -f print test.xlsxTo extract to csv format:
./extract.py -f csv test.xlsxTo extract to sql-update format:
./extract.py -f sql_update test.xlsxWTFPL