PHPackages                             foxmarketingdigital/excel-reader - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. foxmarketingdigital/excel-reader

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

foxmarketingdigital/excel-reader
================================

Uma biblioteca para leitura de arquvivos xls e xlsx

1.1(6y ago)111MITPHPPHP ^7.1

Since Sep 8Pushed 6y ago2 watchersCompare

[ Source](https://github.com/foxmarketingdigital/excel-reader)[ Packagist](https://packagist.org/packages/foxmarketingdigital/excel-reader)[ Docs](https://www.foxmarketingdigital.com.br)[ RSS](/packages/foxmarketingdigital-excel-reader/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

excel-reader
============

[](#excel-reader)

###### a simple class for reading xls and xlsx files

[](#a-simple-class-for-reading-xls-and-xlsx-files)

Uma biblioteca simples para leitura de arquivos xlsx e xls

### Highlights

[](#highlights)

###### English:

[](#english)

- Reading spreadsheet data returning a non-associative array
- Read data returning an associative (slower) array
- define which spreadsheet to read
- Print spreadsheet as html
- Read specific cell (slower)
- Composer ready and PSR-2 (Composer ready and PSR-2 compatible)
- Typing methods and error treatments

###### Português:

[](#português)

- Leitura de dados da planilha retornando um array não associativo
- Leitura de dados retornando um array associativo ( mais lento)
- definir qual planilha ler
- Imprimir planilha como html
- Ler celula especifica ( mais lento)
- Composer ready e PSR-2 (Pronto para o compositor e compatível com PSR-2)
- Tipagem de métodos e tratamentos de erro

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

[](#installation)

excel-reader is available via Composer:

```
"foxmarketingdigital/excel-reader": "^1.0"
```

or run

```
composer require foxmarketingdigital/excel-reader
```

Documentation
-------------

[](#documentation)

###### For more details on how to use the currently available methods, you can check the examples folder in the main directory.

[](#for-more-details-on-how-to-use-the-currently-available-methods-you-can-check-the-examples-folder-in-the-main-directory)

###### Below you will find some basic examples of how to use

[](#below-you-will-find-some-basic-examples-of-how-to-use)

Para mais detalhes de como usar os métodos disponíveis atualmente, você pode conferir a pasta exemples no diretório principal.

Abaixo você encontrará alguns exemplos básicos de como usar

### Read file | Ler Arquivo

[](#read-file--ler-arquivo)

```
loadFile($file);

    /** ler linhas do arquivo retornando um array não associativo */
    /** read lines from file returning non-associative array */
    var_dump($ExcelReader->getRows());
    echo "";
    /** ler linhas do arquivo retornando um array  associativo */
    /** read lines from file returning associative array */
    var_dump($ExcelReader->getRowsAssoc());
```

### XLSX to HTML | XLS para HTML

[](#xlsx-to-html--xls-para-html)

```
loadFile($file);

    echo $ExcelReader->inHTML();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~1 days

Total

2

Last Release

2439d ago

PHP version history (2 changes)1.0PHP ^7.2

1.1PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/244ec8d7e97ad1db33f4073e5b3177dbf488f11059cd8bd26448c59259808eaa?d=identicon)[foxmarketingdigital](/maintainers/foxmarketingdigital)

---

Top Contributors

[![foxmarketingdigital](https://avatars.githubusercontent.com/u/39206210?v=4)](https://github.com/foxmarketingdigital "foxmarketingdigital (7 commits)")[![vresende](https://avatars.githubusercontent.com/u/4349176?v=4)](https://github.com/vresende "vresende (1 commits)")

---

Tags

excelxlsxlsxreaderler excel

### Embed Badge

![Health badge](/badges/foxmarketingdigital-excel-reader/health.svg)

```
[![Health](https://phpackages.com/badges/foxmarketingdigital-excel-reader/health.svg)](https://phpackages.com/packages/foxmarketingdigital-excel-reader)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[mk-j/php_xlsxwriter

PHP Library to write XLSX files

1.9k8.1M27](/packages/mk-j-php-xlsxwriter)[shuchkin/simplexlsx

Parse and retrieve data from Excel XLSx files. MS Excel 2007 workbooks PHP reader.

1.8k3.8M21](/packages/shuchkin-simplexlsx)[nuovo/spreadsheet-reader

Spreadsheet reader library for Excel, OpenOffice and structured text files

669863.2k8](/packages/nuovo-spreadsheet-reader)[avadim/fast-excel-reader

Lightweight and very fast XLSX Excel Spreadsheet Reader in PHP

104608.4k6](/packages/avadim-fast-excel-reader)

PHPackages © 2026

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