PHPackages                             atico/spreadsheet-translator-reader-xlsx - 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. atico/spreadsheet-translator-reader-xlsx

Abandoned → [samuelvi/spreadsheet-translator-reader-xlsx](/?search=samuelvi%2Fspreadsheet-translator-reader-xlsx)Library[Utility &amp; Helpers](/categories/utility)

atico/spreadsheet-translator-reader-xlsx
========================================

Spreadsheet Translator - Library that reads xlsx files and converts to array

v8.4.0(6mo ago)02.4k1MITPHPPHP &gt;=8.4CI passing

Since Apr 21Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/samuelvi/spreadsheet-translator-reader-xlsx)[ Packagist](https://packagist.org/packages/atico/spreadsheet-translator-reader-xlsx)[ RSS](/packages/atico-spreadsheet-translator-reader-xlsx/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (13)Used By (1)

Spreadsheet Translator Xlsx Reader
==================================

[](#spreadsheet-translator-xlsx-reader)

PHP library to read XLSX files and convert them to arrays.

[![CI](https://github.com/samuelvi/spreadsheet-translator-reader-xlsx/actions/workflows/ci.yml/badge.svg)](https://github.com/samuelvi/spreadsheet-translator-reader-xlsx/actions/workflows/ci.yml)

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

[](#installation)

```
composer require samuelvi/spreadsheet-translator-reader-xlsx
```

**Requirements:** PHP &gt;=8.4

Usage
-----

[](#usage)

```
use Atico\SpreadsheetTranslator\Reader\Xlsx\XlsxReader;

$reader = new XlsxReader('/path/to/file.xlsx');

// Get sheet names
$sheetNames = $reader->getSheetNames();

// Get data by index or name
$sheet = $reader->getSheetIndex(0);
$data = $reader->getData($sheet);
$data = $reader->getDataBySheetName('Sheet1');
```

Development
-----------

[](#development)

```
make install       # Install dependencies
make test          # Run tests
make rector-dry    # Check code quality
make ci            # Run all checks
```

Related
-------

[](#related)

- [Core Bundle](https://github.com/samuelvi/spreadsheet-translator-core)
- [Symfony Bundle](https://github.com/samuelvi/spreadsheet-translator-symfony-bundle)

License
-------

[](#license)

MIT License

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance73

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 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 ~250 days

Recently: every ~631 days

Total

12

Last Release

182d ago

Major Versions

1.0.6 → 5.62018-12-10

5.6 → 8.12025-10-12

PHP version history (3 changes)1.0.0PHP &gt;=5.5.9

8.1PHP &gt;=8.1

v8.4.0PHP &gt;=8.4

### Community

Maintainers

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

---

Top Contributors

[![samuelvi](https://avatars.githubusercontent.com/u/10146931?v=4)](https://github.com/samuelvi "samuelvi (16 commits)")

---

Tags

xlsx file readerconvert xlsx into arrayread spreadsheet files and convert into arrayconvert spreadsheet file into array

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/atico-spreadsheet-translator-reader-xlsx/health.svg)

```
[![Health](https://phpackages.com/badges/atico-spreadsheet-translator-reader-xlsx/health.svg)](https://phpackages.com/packages/atico-spreadsheet-translator-reader-xlsx)
```

###  Alternatives

[civicrm/civicrm-core

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

728272.9k17](/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)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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