v0.1 2015-04-21 11:43 UTC

This package is auto-updated.

Last update: 2024-04-20 08:55:29 UTC


README

CSV↔︎Excel Converter

csvexcel Screencast

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.