PHPackages                             dzorogh/nova-card-data-update - 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. dzorogh/nova-card-data-update

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

dzorogh/nova-card-data-update
=============================

A universal Laravel Nova card to update data with Excel file.

1.1.1(4y ago)112MITPHPPHP &gt;=7.1.0

Since Feb 14Pushed 4y agoCompare

[ Source](https://github.com/Dzorogh/nova-card-excel-data-update)[ Packagist](https://packagist.org/packages/dzorogh/nova-card-data-update)[ RSS](/packages/dzorogh-nova-card-data-update/feed)WikiDiscussions master Synced 3w ago

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

Excel Data Update Card for Laravel Nova
=======================================

[](#excel-data-update-card-for-laravel-nova)

[![image](https://user-images.githubusercontent.com/1428839/153859002-d3daea04-0d9d-4545-90d1-3b52c3ecb287.png)](https://user-images.githubusercontent.com/1428839/153859002-d3daea04-0d9d-4545-90d1-3b52c3ecb287.png)

Useful card for Laravel Nova, when you need data editing interface with a lot of mass update actions. In this situation, import/export to xlsx files is good option. This card provides two simple actions:

1. Run excel export script and download file
2. Upload file and run import file

Installation
============

[](#installation)

`composer require dzorogh/nova-card-excel-data-update`

Also, you must have imports and exports from popular package Laravel Excel:

`composer require maatwebsite/excel`

More docs:

Usage
=====

[](#usage)

It can be used everywhere in Laravel Nova where any other **card** can be used.

For example, in `app/Nova/NovaServiceProvider.php` to show card at dashboard:

```
    use Dzorogh\ExcelDataUpdate\ExcelDataUpdate;

    /**
     * Get the cards that should be displayed on the default Nova dashboard.
     *
     * @return array
     */
    protected function cards()
    {
        return [
            new ExcelDataUpdate(new ExportClass, new ImportClass)
        ];
    }
```

ExportClass and ImportClass are described here:

Todo
----

[](#todo)

- English translation
- Uploading results
- Percents on upload and edit
- Instructions how to use with queues
- Export/Import errors

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~4 days

Total

3

Last Release

1594d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1428839?v=4)[Sergey Indenbom](/maintainers/dzorogh)[@dzorogh](https://github.com/dzorogh)

---

Top Contributors

[![dzorogh](https://avatars.githubusercontent.com/u/1428839?v=4)](https://github.com/dzorogh "dzorogh (12 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/dzorogh-nova-card-data-update/health.svg)

```
[![Health](https://phpackages.com/badges/dzorogh-nova-card-data-update/health.svg)](https://phpackages.com/packages/dzorogh-nova-card-data-update)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[simonhamp/laravel-nova-csv-import

A fully-fledged CSV import tool for Laravel Nova.

168489.6k](/packages/simonhamp-laravel-nova-csv-import)[anaseqal/nova-import

A Laravel Nova import tool.

70409.7k1](/packages/anaseqal-nova-import)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)[tomshaw/electricgrid

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

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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