PHPackages                             florianeckerstorfer/csvexcel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. florianeckerstorfer/csvexcel

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

florianeckerstorfer/csvexcel
============================

v0.1(11y ago)621MITPHP

Since Apr 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/florianeckerstorfer/csvexcel)[ Packagist](https://packagist.org/packages/florianeckerstorfer/csvexcel)[ RSS](/packages/florianeckerstorfer-csvexcel/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

csvexcel
========

[](#csvexcel)

> CSV↔︎Excel Converter

[![csvexcel Screencast](https://raw.githubusercontent.com/florianeckerstorfer/csvexcel/master/docs/csvexcel.gif)](https://raw.githubusercontent.com/florianeckerstorfer/csvexcel/master/docs/csvexcel.gif)

Developed by [Florian Eckerstorfer](https://florian.ec) in Vienna, Europe.

Installation
------------

[](#installation)

You can install `csvexcel` using Composer or by downloading the PHAR.

### Variant 1: Composer

[](#variant-1-composer)

You can install `csvexcel` using [Composer](https://getcomposer.org):

```
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

[](#variant-2-download-phar)

Alternatively you can download [`csvexcel.phar`](https://github.com/florianeckerstorfer/csvexcel/releases/download/v0.1/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
-----

[](#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
---------

[](#changelog)

### Version 0.1 (21 April 2015)

[](#version-01-21-april-2015)

- Initial release

License
-------

[](#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.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4091d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a80f9fc61cd3a7d7779e8f120b458ca4d18fdd885d719bb77d3379b96bf714d9?d=identicon)[florianeckerstorfer](/maintainers/florianeckerstorfer)

---

Top Contributors

[![jeroenvisser101](https://avatars.githubusercontent.com/u/1941348?v=4)](https://github.com/jeroenvisser101 "jeroenvisser101 (1 commits)")

### Embed Badge

![Health badge](/badges/florianeckerstorfer-csvexcel/health.svg)

```
[![Health](https://phpackages.com/badges/florianeckerstorfer-csvexcel/health.svg)](https://phpackages.com/packages/florianeckerstorfer-csvexcel)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
