PHPackages                             tulparstudyo/sw-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. tulparstudyo/sw-xlsx

ActiveAimeos-extension[Utility &amp; Helpers](/categories/utility)

tulparstudyo/sw-xlsx
====================

Aimeos sw-xlsx extension Swordbros

v1.0.1(5y ago)02221LGPL-3.0PHPPHP ~7.1

Since Mar 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tulparstudyo/sw-xlsx)[ Packagist](https://packagist.org/packages/tulparstudyo/sw-xlsx)[ RSS](/packages/tulparstudyo-sw-xlsx/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

sw-xlsx
=======

[](#sw-xlsx)

Product Import &amp; Export for Aimeos

console command
---------------

[](#console-command)

```
php artisan aimeos:jobs "product/export/xlsx" "default"
php artisan aimeos:jobs "product/import/xlsx" "default"

```

Example of using on the Laravel Controller
------------------------------------------

[](#example-of-using-on-the-laravel-controller)

```
// Export xlsx file

// Import xlsx file
$location = $config->get( 'client/product/import/xlsx/location' );
$file_name = 'product-import-1.xlsx';
$file_path = $location .'/'.$file_name;

if($files = (array) $this->getView()->request()->getUploadedFiles()){
    foreach($files as $file ){
        $file->moveTo($file_path);
    }
    $Xlsx = new \Aimeos\Controller\Jobs\Product\Import\Xlsx\Standard($context, $this->getAimeos());
    $Xlsx->run();
}
$context->getSession()->set( 'info', [$context->getI18n()->dt( 'admin', 'Items imported successfully' )] );
return $this->redirect( 'product', 'search');

```

[![image](https://user-images.githubusercontent.com/37733016/109779679-3928cf80-7c17-11eb-9913-b2b878312e1e.png)](https://user-images.githubusercontent.com/37733016/109779679-3928cf80-7c17-11eb-9913-b2b878312e1e.png)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

1947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1f59c779eb52c4a2b1f808c226858f6ec86bd679d2e2da2c0ec998a47d91c0?d=identicon)[tulparstudyo](/maintainers/tulparstudyo)

---

Top Contributors

[![tulparstudyo](https://avatars.githubusercontent.com/u/37733016?v=4)](https://github.com/tulparstudyo "tulparstudyo (8 commits)")[![tezyaz](https://avatars.githubusercontent.com/u/151051381?v=4)](https://github.com/tezyaz "tezyaz (4 commits)")

---

Tags

extensionaimeos

### Embed Badge

![Health badge](/badges/tulparstudyo-sw-xlsx/health.svg)

```
[![Health](https://phpackages.com/badges/tulparstudyo-sw-xlsx/health.svg)](https://phpackages.com/packages/tulparstudyo-sw-xlsx)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

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

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1452.6k](/packages/mediawiki-semantic-glossary)[starcitizentools/tabber-neue

Allows to create tabs within a page. Forked from Extension:Tabber

235.4k](/packages/starcitizentools-tabber-neue)

PHPackages © 2026

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