florianeckerstorfer / csvexcel
Requires
- plumphp/plum: ~0.1
- plumphp/plum-console: ^0.2
- plumphp/plum-csv: ^0.1
- plumphp/plum-excel: ^0.1
- symfony/console: ~2.6
This package is auto-updated.
Last update: 2024-11-20 10:24:49 UTC
README
CSV↔︎Excel Converter
Developed by Florian Eckerstorfer in Vienna, Europe.
Installation
You can install csvexcel
using Composer or by downloading the PHAR.
Variant 1: Composer
You can install csvexcel
using Composer:
composer global require florianeckerstorfer/csvexcel:@stable
Please make sure that the Composer bin directory (~/.composer/vendor/bin
) is in your path.
Variant 2: Download PHAR
Alternatively you can download csvexcel.phar
and put in some directory in your $PATH
. I recommend removing the .phar
extension.
mv ~/Downloads/csvexcel.phar /usr/local/bin/csvexcel
Usage
Convert a CSV file into Excel; the output file will be named countries.xlsx
.
$ csvexcel countries.csv
Convert a Excel file into CSV; the output file will be named countries.csv
.
$ csvexcel countries.xlsx
You can also define the output file.
$ csvexcel countries.csv ~/my-favourite-countries.xlsx
Changelog
Version 0.1 (21 April 2015)
- Initial release
License
The MIT license applies to florianeckerstorfer/csvexcel. For the full copyright and license information, please view the LICENSE file distributed with this source code.