
CSV2Excel: Convert CSV to Microsoft Excel (XLSX) file
Posted by: Nitin Rajsekar
Python utility to convert csv files to Microsoft Excel file. It is supported on Windows, Linux Operating systems.
Overview
The Python utility can read multiple csv files from an input directory and create a single Microsoft Excel file with multiple worksheets corresponding to each csv file.
Python utility accepts 2 input parameters
Python csv_to_excel.py <parameter 1> <parameter 2>
Parameter 1: Input directory containing multiple CSV files
Parameter 2: Output excel file name with directory path
Example invocation
Python csv_to_excel.py /home/input_csv /home/output/output.xlsx
It is supported on Windows, Linux Operating systems.
Features
- Python 3.x
Support
Nitin Rajsekar