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 today

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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

1538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57f898cad37ca48dcf87af8ea061a7c05dcd4dc130d332780838388ac274281a?d=identicon)[dzorogh](/maintainers/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

[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)
