PHPackages                             artsites/nova-excel-helper - 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. artsites/nova-excel-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

artsites/nova-excel-helper
==========================

A Laravel Nova tool.

0.2.1(4y ago)039MITPHPPHP &gt;=7.1.0

Since Apr 13Pushed 4y agoCompare

[ Source](https://github.com/artsites/nova-excel-helper)[ Packagist](https://packagist.org/packages/artsites/nova-excel-helper)[ RSS](/packages/artsites-nova-excel-helper/feed)WikiDiscussions master Synced 2d ago

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

Artsites/NovaExcelHelper
------------------------

[](#artsitesnovaexcelhelper)

Laravel Nova tool to export and import database to Excel file

### Installation

[](#installation)

```
composer require artsites/nova-excel-helper

```

Include tool in NovaServiceProvider

```
use Artsites\NovaExcelHelper\NovaExcelHelper;

public function tools(){
    return [
        new NovaExcelHelper
    ];
}

```

Publish config file

```
php artisan vendor:publish --provider="Artsites\NovaExcelHelper\ToolServiceProvider" --tag="config"

```

In the configuration file, write which models you will import and export in key-value format

```
// example
'classes' => [
    '\App\User' => 'User',
    '\App\News' => 'News',
],

```

##### Localization

[](#localization)

```
"Nova Excel Helper": "Nova Excel Helper",
"Select resource": "Select resource",
"Pleace, select resource": "Pleace, select resource",
"Import": "Import",
"Select File": "Select File",
"Load only Excel file": "Load only Excel file",
"Export": "Export",
"Pleace, select file": "Pleace, select file",
"Success": "Success"

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

1490d ago

### Community

Maintainers

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

---

Top Contributors

[![dprhmk](https://avatars.githubusercontent.com/u/68992437?v=4)](https://github.com/dprhmk "dprhmk (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/artsites-nova-excel-helper/health.svg)

```
[![Health](https://phpackages.com/badges/artsites-nova-excel-helper/health.svg)](https://phpackages.com/packages/artsites-nova-excel-helper)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[simonhamp/laravel-nova-csv-import

A fully-fledged CSV import tool for Laravel Nova.

167433.3k](/packages/simonhamp-laravel-nova-csv-import)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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