PHPackages                             tszmyt/magento2-module-spreadsheet - 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. tszmyt/magento2-module-spreadsheet

ActiveMagento2-module[Parsing &amp; Serialization](/categories/parsing)

tszmyt/magento2-module-spreadsheet
==================================

Fork for newer php versions - Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

1.0.2(6y ago)09OSL-3.0PHPPHP ~7.0

Since Nov 7Pushed 6y agoCompare

[ Source](https://github.com/tszmyt/magento2-module-spreadsheet)[ Packagist](https://packagist.org/packages/tszmyt/magento2-module-spreadsheet)[ RSS](/packages/tszmyt-magento2-module-spreadsheet/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

Magento 2 Spreadsheet Parser
============================

[](#magento-2-spreadsheet-parser)

Facts
-----

[](#facts)

Parse XLSX, XLSM and CSV Files from Excel

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.\*
- Magento &gt;= 2.1.\*

Compatibility
-------------

[](#compatibility)

- Magento &gt;= 2.1

Usage
-----

[](#usage)

Load Uploader and Parser via DI, so they can be used in your method.

```
$file = $this->uploader->upload(['fileId' => \Magento\ImportExport\Model\Import::FIELD_NAME_SOURCE_FILE]);
$data = $this->parser->readFile($file);
foreach ($data as $index => $values) {
    var_dump($index, $values);
}
```

Support
-------

[](#support)

If you have any issues with this extension, open an issue on [GitHub](https://github.com/staempfli/magento2-module-spreadsheet/issues).

Contribution
------------

[](#contribution)

Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

Developer
---------

[](#developer)

Staempfli Webteam and all other [contributors](https://github.com/staempfli/magento2-module-spreadsheet/contributors)

License
-------

[](#license)

[Open Software License ("OSL") v. 3.0](https://opensource.org/licenses/OSL-3.0)

Copyright
---------

[](#copyright)

(c) 2016, Stämpfli AG

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

3

Last Release

2529d ago

PHP version history (2 changes)1.0.0PHP ~7.0.0

1.0.1PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/88c954dd722c2e78b4d0f1da529ed1b18e1fec4331a47945cc56cb0d172eeecf?d=identicon)[tszmyt](/maintainers/tszmyt)

---

Top Contributors

[![tszmyt-creatuity](https://avatars.githubusercontent.com/u/51603316?v=4)](https://github.com/tszmyt-creatuity "tszmyt-creatuity (2 commits)")

### Embed Badge

![Health badge](/badges/tszmyt-magento2-module-spreadsheet/health.svg)

```
[![Health](https://phpackages.com/badges/tszmyt-magento2-module-spreadsheet/health.svg)](https://phpackages.com/packages/tszmyt-magento2-module-spreadsheet)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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