PHPackages                             valentinloiseau/excel-data-extractor - 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. valentinloiseau/excel-data-extractor

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

valentinloiseau/excel-data-extractor
====================================

Excel Data Extractor crawl an Excel file and extracts the header and data of a table inside.

v0.1.1(6y ago)08[1 PRs](https://github.com/valentinloiseau/excel-data-extractor/pulls)MITPHPPHP ^7.2

Since Dec 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/valentinloiseau/excel-data-extractor)[ Packagist](https://packagist.org/packages/valentinloiseau/excel-data-extractor)[ Docs](https://github.com/valentinloiseau/excel-data-extractor)[ RSS](/packages/valentinloiseau-excel-data-extractor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Excel Data Extractor
====================

[](#excel-data-extractor)

Excel Data Extractor crawl an Excel file and extracts the header and data of a table inside.

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

[](#installation)

```
$ composer require valentinloiseau/excel-data-extractor
```

Usage
-----

[](#usage)

```
$crawler = new Crawler('path/to/my/file.xlsx');

# Make some adjustments
Configuration::setLineAttributesFromHeader(true);

$table = $crawler->getTable();
$headers = $table->getHeaders();
$lines = $table->getLines();
```

Configuration
-------------

[](#configuration)

**Call the following static methods to class `Configuration`:**

`setIgnoreBlankLines`
---------------------

[](#setignoreblanklines)

Default to `true`.

Set to `false` to get all table lines, included blank lines.

`setLineAttributesFromHeader`
-----------------------------

[](#setlineattributesfromheader)

Default to `false`.

By default, cell values are stored in the corresponding string column index property, *eg:* if the first cell value of current line if 'bar' the result will be `'A' => 'bar'`.

For the same example if this configuration is set to `true` and the guessed column name is 'foo' the result will be `'foo' => 'bar'`.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2332d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f5d3e7697e71c0260a48fef1f53fee03f841a76061c99a9ec2fba33cbb12bfa?d=identicon)[valentinloiseau](/maintainers/valentinloiseau)

---

Top Contributors

[![valentinloiseau](https://avatars.githubusercontent.com/u/27896270?v=4)](https://github.com/valentinloiseau "valentinloiseau (3 commits)")

### Embed Badge

![Health badge](/badges/valentinloiseau-excel-data-extractor/health.svg)

```
[![Health](https://phpackages.com/badges/valentinloiseau-excel-data-extractor/health.svg)](https://phpackages.com/packages/valentinloiseau-excel-data-extractor)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

44763.4k2](/packages/pimcore-data-importer)[portphp/spreadsheet

PhpSpreadsheet reader and writer for Port

14796.4k4](/packages/portphp-spreadsheet)

PHPackages © 2026

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