PHPackages                             heyaender/excelintar-reader - 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. heyaender/excelintar-reader

ActiveLibrary

heyaender/excelintar-reader
===========================

Reader for Excelintar

v1.0.0(2y ago)0322MITPHPPHP &gt;=7.4

Since Jan 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/heyaender/excelintar-reader)[ Packagist](https://packagist.org/packages/heyaender/excelintar-reader)[ RSS](/packages/heyaender-excelintar-reader/feed)WikiDiscussions main Synced 1mo ago

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

### Documentation Excelintar Reader (Import Excel)

[](#documentation-excelintar-reader-import-excel)

##### How to install

[](#how-to-install)

`composer require heyaender/excelintar-reader`

##### How to use

[](#how-to-use)

```

$sheet = $excel->getSheet('Articles');
$sheet->setReadArea('B5');
foreach ($sheet->nextRow() as $rowNum => $rowData) {
    $user = User::create([
        'name' => $rowData['B'],
        'birthday' => new \Carbon($rowData['C']),
        'password' => bcrypt($rowData['D']),
    ]);
    Article::create([
        'user_id' => $user->id,
        'title' => $rowData['E'],
        'date' => new \Carbon($rowData['F']),
        'public' => $rowData['G'] === 'yes',
    ]);
}

```

###### Example Excel to Import

[](#example-excel-to-import)

[![image](https://private-user-images.githubusercontent.com/59676479/325470681-7303d5f2-5dc0-4c79-99cd-45b1f160faae.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjUyNzUsIm5iZiI6MTc3NTIyNDk3NSwicGF0aCI6Ii81OTY3NjQ3OS8zMjU0NzA2ODEtNzMwM2Q1ZjItNWRjMC00Yzc5LTk5Y2QtNDViMWYxNjBmYWFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDAzVDE0MDI1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4YzBmNzQ5NDczYWU5N2EwM2RhMzhhNzdiY2UyNTY3MzgzMWM2MzA3NTc2OTBjYTBhNGNiMWI3N2ZmMjAyNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.djGMB0DZeHGh3ZE5xUxIiHvEARwnMy5RV6d_8VrK4sY)](https://private-user-images.githubusercontent.com/59676479/325470681-7303d5f2-5dc0-4c79-99cd-45b1f160faae.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjUyNzUsIm5iZiI6MTc3NTIyNDk3NSwicGF0aCI6Ii81OTY3NjQ3OS8zMjU0NzA2ODEtNzMwM2Q1ZjItNWRjMC00Yzc5LTk5Y2QtNDViMWYxNjBmYWFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDAzVDE0MDI1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4YzBmNzQ5NDczYWU5N2EwM2RhMzhhNzdiY2UyNTY3MzgzMWM2MzA3NTc2OTBjYTBhNGNiMWI3N2ZmMjAyNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.djGMB0DZeHGh3ZE5xUxIiHvEARwnMy5RV6d_8VrK4sY)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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

853d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/heyaender-excelintar-reader/health.svg)

```
[![Health](https://phpackages.com/badges/heyaender-excelintar-reader/health.svg)](https://phpackages.com/packages/heyaender-excelintar-reader)
```

PHPackages © 2026

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