PHPackages                             asperhsu/lang-excel-converter - 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. asperhsu/lang-excel-converter

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

asperhsu/lang-excel-converter
=============================

Laravel localization import/export to excel converter

1.0.0(7y ago)03MITPHP

Since Mar 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Asperhsu/lang-excel-converter)[ Packagist](https://packagist.org/packages/asperhsu/lang-excel-converter)[ Docs](https://github.com/asperhsu/lang-excel-converter)[ RSS](/packages/asperhsu-lang-excel-converter/feed)WikiDiscussions master Synced today

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

[![](screenshot.png)](screenshot.png)

Lang Excel Converter
====================

[](#lang-excel-converter)

Export localization to Excel. Each sheet is a group contains its' all locales translation. Import Excel to localization files.

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

[](#installation)

Via Composer

```
$ composer require asper/langexcelconverter
```

Usage
-----

[](#usage)

### Import

[](#import)

Command:

```
php artisan lang-excel:import {filename=translations.xlsx} {--disk}
```

Controller:

```
use Maatwebsite\Excel\Facades\Excel;
use Asper\LangExcelConverter\Imports\TranslationsImport;

Excel::import(new TranslationsImport, 'YOUR FILE');
```

### Export

[](#export)

Command:

```
php artisan lang-excel:export {filename=translations.xlsx} {--disk}
```

Controller:

```
use Maatwebsite\Excel\Facades\Excel;
use Asper\LangExcelConverter\Exports\TranslationsExport;

// store
Excel::store(new TranslationsExport, 'YOUR FILE NAME');

// send download response
return Excel::download(new TranslationsExport, 'YOUR FILE NAME');
```

more Excel Facade usage: [Maatwebsite/Laravel-Excel](https://laravel-excel.com/)

Demo Project
------------

[](#demo-project)

[asperhsu/langexcelconverter-demo](https://github.com/asperhsu/langexcelconverter-demo)

Troubleshooting
---------------

[](#troubleshooting)

"SQLSTATE\[HY000\] \[1045\] Access denied for user 'homestead'@'localhost' (using password: YES)" when import

- publish excel config

```
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider"
```

- change config

```
[
    ...
    'transactions' => [
        'handler' => null,  // change 'db' to null
    ],
    ...
]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d9801dd103a50f61ca7e745bc276ea2ec5302facbba27dfd9d2e87c9a5284d3?d=identicon)[Asperhsu](/maintainers/Asperhsu)

---

Top Contributors

[![SS-BE](https://avatars.githubusercontent.com/u/98577440?v=4)](https://github.com/SS-BE "SS-BE (5 commits)")

---

Tags

laravellocalizationexcel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/asperhsu-lang-excel-converter/health.svg)

```
[![Health](https://phpackages.com/badges/asperhsu-lang-excel-converter/health.svg)](https://phpackages.com/packages/asperhsu-lang-excel-converter)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[jimmyjs/laravel-report-generator

Rapidly Generate Simple Pdf &amp; Excel Report on Laravel 5 (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

580157.4k1](/packages/jimmyjs-laravel-report-generator)[lukasss93/laravel-larex

Translate your Laravel application from a single CSV file!

9790.3k2](/packages/lukasss93-laravel-larex)[highsolutions/laravel-lang-import-export

A Laravel package providing artisan commands to import and export language files from and to CSV.

25292.3k](/packages/highsolutions-laravel-lang-import-export)[avadim/fast-excel-laravel

Lightweight and very fast XLSX Excel Spreadsheet Export/Import for Laravel

4146.7k1](/packages/avadim-fast-excel-laravel)

PHPackages © 2026

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