csvtoexcel 0.1.2

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

csvtoexcel 0.1.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.