grassfields / extraxcel
The Laravel Framework.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 7
Type:project
Requires
- php: ^7.2.5
- blueimp/jquery-file-upload: 9.*
- components/bootstrap: 3.*
- components/jquery: 2.*
- components/jqueryui: 1.*
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
- phpoffice/phpspreadsheet: 1.13
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.7
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
- dev-master
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/composer/composer-1.10.26
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/composer/phpoffice/phpspreadsheet-1.16.0
- dev-dependabot/composer/laravel/framework-7.30.4
This package is auto-updated.
Last update: 2024-10-30 00:10:26 UTC
README
Extraxcelは単票形式のExcelファイルを複数束ね、データを抽出して1つの帳票形式のExcelファイルにするWEBアプリケーションです。
あなたの職場で、あるいはサークル内で、「罫線でデザインされた1つのワークシート&その上に散りばめられた入力セル」といった特徴を持つExcelファイルをよく目にすると思います。 アンケートや各種の申請書類によく見られるあれです。
「単票形式」と呼ぶそれらのExcelファイルを、集計するのに膨大な手間をかけたことはありませんか?
1000個のアンケート結果を一覧表に直すのに数時間を費やしたことは?
10件の経費申請を見比べるために10個のExcelで画面を埋め尽くしたことは?
これからは大丈夫。Extraxcelが数分で終わらせます。
設置にはデータベースは不要。
Microsoft Officeも不要です。
簡単な操作で最大限の作業効率化を。
システム要件 - System Requirement
- Linux系サーバ または Windowsサーバ
- Apache1.3以降
- mod_rewrite が利用可能であること
- .htaccess が利用可能であること
- PHP5.6以上
- mb_string が有効に設定されていること
- composerが利用可能であること
インストールと設定 - Installation & Setting
-
任意のディレクトリにおいて、composerを実行します。
php composer.phar create-project grassfields/extraxcel extraxcel
-
publicディレクトリをお使いのウェブサーバのドキュメントルート配下にシンボリックリンクとして設置します。
Linux:
ln -s (FullPath)/extraxcel/public (DocumentRoot)/extraxcel
Windows:
mklink /D (DocumentRoot) ./extraxcel/public
-
デフォルトのログ出力先とそれ以下の全てのファイルに、Apacheが書き込みできるパーミッションを設定してください。(この手順はWindowsサーバーでは不要です)
chmod -R go+rw ./extraxcel/storage
-
ウェブブラウザからアクセスします。
スタートページが表示されれば成功です。
License
Extraxcel is open-sourced software licensed under the MIT license