PHPackages                             grassfields/extraxcel - 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. [Framework](/categories/framework)
4. /
5. grassfields/extraxcel

ActiveProject[Framework](/categories/framework)

grassfields/extraxcel
=====================

The Laravel Framework.

0.6.0(5y ago)021[7 PRs](https://github.com/grassfields/extraxcel/pulls)MITPHPPHP ^7.2.5

Since Oct 21Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (16)Versions (13)Used By (0)

Extraxcel
=========

[](#extraxcel)

[![Latest Stable Version](https://camo.githubusercontent.com/47dddde710dac852e360618883d10ecf37b7e3d5eee449fef2293db27ca6ec07/68747470733a2f2f706f7365722e707567782e6f72672f67726173736669656c64732f65787472617863656c2f762f737461626c65)](https://packagist.org/packages/grassfields/extraxcel)[![Total Downloads](https://camo.githubusercontent.com/1d40818f3da3cc9bc1d0e85ccb68862cd14713242528d23c89d152b2361f8a50/68747470733a2f2f706f7365722e707567782e6f72672f67726173736669656c64732f65787472617863656c2f646f776e6c6f616473)](https://packagist.org/packages/grassfields/extraxcel)[![Latest Unstable Version](https://camo.githubusercontent.com/c67e69b34fbe8f4286d3c8604262285320a0916c79d37c0849662b80cda28955/68747470733a2f2f706f7365722e707567782e6f72672f67726173736669656c64732f65787472617863656c2f762f756e737461626c65)](https://packagist.org/packages/grassfields/extraxcel)[![License](https://camo.githubusercontent.com/c63a210f9334412937a883d498840e9035b10645ecccf362dee37c1ab3842ebf/68747470733a2f2f706f7365722e707567782e6f72672f67726173736669656c64732f65787472617863656c2f6c6963656e7365)](https://packagist.org/packages/grassfields/extraxcel)

Extraxcelは単票形式のExcelファイルを複数束ね、データを抽出して１つの帳票形式のExcelファイルにするWEBアプリケーションです。

あなたの職場で、あるいはサークル内で、「罫線でデザインされた１つのワークシート＆その上に散りばめられた入力セル」といった特徴を持つExcelファイルをよく目にすると思います。 アンケートや各種の申請書類によく見られるあれです。

「単票形式」と呼ぶそれらのExcelファイルを、集計するのに膨大な手間をかけたことはありませんか？
1000個のアンケート結果を一覧表に直すのに数時間を費やしたことは？
10件の経費申請を見比べるために10個のExcelで画面を埋め尽くしたことは？

これからは大丈夫。Extraxcelが数分で終わらせます。

設置にはデータベースは不要。
Microsoft Officeも不要です。

簡単な操作で最大限の作業効率化を。

---

システム要件 - System Requirement
---------------------------

[](#システム要件---system-requirement)

- Linux系サーバ または Windowsサーバ
- Apache1.3以降
- mod\_rewrite が利用可能であること
- .htaccess が利用可能であること
- PHP5.6以上
- mb\_string が有効に設定されていること
- composerが利用可能であること

---

インストールと設定 - Installation &amp; Setting
--------------------------------------

[](#インストールと設定---installation--setting)

1. 任意のディレクトリにおいて、composerを実行します。

    ```
     php composer.phar create-project grassfields/extraxcel extraxcel

    ```
2. publicディレクトリをお使いのウェブサーバのドキュメントルート配下にシンボリックリンクとして設置します。

    Linux:

    ```
     ln -s (FullPath)/extraxcel/public (DocumentRoot)/extraxcel

    ```

    Windows:

    ```
     mklink /D (DocumentRoot) ./extraxcel/public

    ```
3. デフォルトのログ出力先とそれ以下の全てのファイルに、Apacheが書き込みできるパーミッションを設定してください。(この手順はWindowsサーバーでは不要です)

    ```
     chmod -R go+rw ./extraxcel/storage

    ```
4. ウェブブラウザからアクセスします。
    スタートページが表示されれば成功です。

---

### License

[](#license)

Extraxcel is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

2125d ago

PHP version history (2 changes)0.5PHP &gt;=5.5.9

0.6.0PHP ^7.2.5

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/grassfields-extraxcel/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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