Skip to main content

Command-line tool to convert CSV-files (.csv) to Excel-files (.xlsx) and vice versa

Project description

csvtoexcel

csvtoexcel is a tool that converts a .csv file to .xlsx (Excel) and vice versa.

By default csvtoexcel creates a file with the same filename, but the file extension changed from ".csv" to ".xlsx". The -o/--output option can be used choose a different filename for the output.

Similarly exceltocsv converts a .xlsx file to .csv.

Usage

> csvtoexcel <file.csv>
<Creates the file file.xlsx>

> csvtoexcel <file.csv> -o <other_file.xlsx>
<Creates the file other_file.xlsx>

> exceltocsv <file.csv>
<Creates the file file.xlsx>

> exceltocsv <file.csv> -o <other_file.xlsx>
<Creates the file other_file.xlsx>

Install

The recommended way to install csvtoexcel is via pipx:

pipx csvtoexcel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csvtoexcel-0.1.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

csvtoexcel-0.1.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page