PHPackages                             thecodeisbae/excel-to-csv - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thecodeisbae/excel-to-csv

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thecodeisbae/excel-to-csv
=========================

A simple excel to Csv package

010PHP

Since Oct 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/thecodeisbae/excelToCsv)[ Packagist](https://packagist.org/packages/thecodeisbae/excel-to-csv)[ RSS](/packages/thecodeisbae-excel-to-csv/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

excelToCsv
==========

[](#exceltocsv)

A simple Excel multisheets file to Csv convertor.

The Class constructor have 3 calls :
 *new ExcelToCsv($file,$filePath)*
 *new ExcelToCsv($file,$filePath,$delimiter)*
 *new ExcelToCsv($file,$filePath,$delimiter,$savepath)*

Basic Usage

*require\_once('vendor\\autoload.php');*
*use thecodeisbae\\ExcelToCsv\\ExcelToCsv;*

*$convert = new ExcelToCsv('sample.xlsx','sample.xlsx');*
*if($convert-&gt;convertExcelToCsv())*
 *echo 'Convertion is ended please check for the root of the project to see files :)';*
*else*
 *echo 'An error occured check your file extension or your filePath';*

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/87130820?v=4)[Prince Marilyn](/maintainers/thecodeisbae)[@thecodeisbae](https://github.com/thecodeisbae)

---

Top Contributors

[![thecodeisbae](https://avatars.githubusercontent.com/u/87130820?v=4)](https://github.com/thecodeisbae "thecodeisbae (25 commits)")

### Embed Badge

![Health badge](/badges/thecodeisbae-excel-to-csv/health.svg)

```
[![Health](https://phpackages.com/badges/thecodeisbae-excel-to-csv/health.svg)](https://phpackages.com/packages/thecodeisbae-excel-to-csv)
```

###  Alternatives

[ldaptools/ldaptools

LdapTools is a feature-rich LDAP library for PHP 5.6+.

205268.8k1](/packages/ldaptools-ldaptools)[ashleydawson/simple-pagination

Simple, lightweight and universal service that implements pagination on collections of things

19162.6k2](/packages/ashleydawson-simple-pagination)

PHPackages © 2026

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