PHPackages                             deviny/excelify - 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. deviny/excelify

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

deviny/excelify
===============

安裝於Laravel上的Excel資料轉換套件。

0.0.9(9mo ago)10251MITPHPPHP ^8.2

Since Dec 3Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/DevinY/excelify)[ Packagist](https://packagist.org/packages/deviny/excelify)[ RSS](/packages/deviny-excelify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

用來選取範圍將Excel資料轉換成Array或是SQL Insert語法，或是Laravel的Query Builder.

點選圖片，觀看能能介紹:

[![Everything Is AWESOME](https://camo.githubusercontent.com/bb86c77a21ff19969b1065f86a940dfbaf8f4d88dbebd314e6ba85463a8ab8af/68747470733a2f2f7777772e6363632e74632f457863656c6966792e706e67)](https://youtu.be/LkaWIOUlOFU "Everything Is AWESOME")

### 請使用套件的方式安裝:

[](#請使用套件的方式安裝)

1. 建立一個新的Laravel專案或是已存在專案.
2. 在專案資料夾中執行:

composer require deviny/excelify

3. 將Excelify的View發佈到專案中:

php artisan vendor:publish

選擇Excelify的Provider。 Provider: Deviny\\Excelify\\ServiceProvider

4. 用瀏覽器開啟專案網址:

### 環境變數

[](#環境變數)

您可加入EXCELIFY\_SECRET到.env中，即可上鎖畫面。

EXCELIFY\_SECRET=secret

可以指定為空白，取消預設的RENDERTRON網址。

使用RENDERTRON時，可讓excelify抓取用JavaScript產生的表格，並將其轉換為Excel。

XCELIFY\_RENDERTRON\_URL=

### 為了確保執行上沒什麼問題，建議設定如下:

[](#為了確保執行上沒什麼問題建議設定如下)

php.ini建議設定: 請勿載入xdebug.

```
upload_max_filesize = 50M
post_max_size = 50M
max_execution_time = 0
memory_limit = -1
```

nginx的設定:

```
client_max_body_size 50m;
```

### Docker-Excelify:

[](#docker-excelify)

對於Laravel或php.ini的設定不熟悉嗎？

您也可以使用Docker獨立運行的版本，電腦有安裝docker即可以運作了:

.env中可以加入EXCELIFY\_SECRET，除API外，進行簡易密碼保護，只允許API的使用 預設為空白，可參考.env.example

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance59

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Recently: every ~652 days

Total

9

Last Release

293d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.0

0.0.8PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a426745f5a1b39770eeb378a672fd014a7f0da8af05dee2140e0cc85dfa7b96?d=identicon)[DevinY](/maintainers/DevinY)

---

Top Contributors

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

---

Tags

convertexcelexcelifylaravelphptoolsexcelify

### Embed Badge

![Health badge](/badges/deviny-excelify/health.svg)

```
[![Health](https://phpackages.com/badges/deviny-excelify/health.svg)](https://phpackages.com/packages/deviny-excelify)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M708](/packages/maatwebsite-excel)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[bfinlay/laravel-excel-seeder

Seed the database with Laravel using Excel, XLSX, XLS, CSV, ODS, Gnumeric, XML, HTML, SLK files

3944.4k](/packages/bfinlay-laravel-excel-seeder)[aspose-cloud/aspose-words-cloud

Open, generate, edit, split, merge, compare and convert Word documents. Integrate Cloud API into your solutions to manipulate documents. Convert PDF to Word (DOC, DOCX, ODT, RTF and HTML) and in the opposite direction.

32157.4k](/packages/aspose-cloud-aspose-words-cloud)[nilgems/laravel-textract

A Laravel package to extract text from files like DOC, XL, Image, Pdf and more. I've developed this package by inspiring "npm textract".

195.2k](/packages/nilgems-laravel-textract)

PHPackages © 2026

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