/xlsx-to-csv-converter

This script prompts the user for the input and output file paths, and then uses pandas to read the XLSX file and write it to a CSV file.

GNU General Public License v3.0GPL-3.0

xlsx-to-csv-converter

This script prompts the user for the input and output file paths, and then uses pandas to read the XLSX file and write it to a CSV file.

To use this script, you will need to install pandas by running the following command:

pip install pandas