rap2hpoutre/fast-excel

🦉 Fast Excel import/export for Laravel

PHPfastphplaravelcsvexcelxlsxlaravel-packagehacktoberfestmemory-efficiency
This is stars and forks stats for /rap2hpoutre/fast-excel repository. As of 06 May, 2024 this repository has 1903 stars and 235 forks.

Fast Excel import/export for Laravel, thanks to Spout. See benchmarks below. Quick start Install via composer: composer require rap2hpoutre/fast-excel Export a Model to .xlsx file: use Rap2hpoutre\FastExcel\FastExcel; use App\User; // Load users $users = User::all(); // Export all users (new FastExcel($users))->export('file.xlsx'); Export Export a Model or a Collection: $list = collect([ [ 'id' => 1, 'name' => 'Jane' ], [ 'id' => 2, 'name' => 'John' ], ]); (new FastExcel($list))->export('file.xlsx'); Export...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
PHPOffice/PhpSpreadsheetPHP12.6k+183.2k+9
serbanghita/Mobile-DetectPHP10.4k02.7k0
stripe/stripe-phpPHPMakefile3.5k+2879+1
deployphp/deployerPHPOther10.1k01.5k0
yankovalenko94/Webdev2019PHPHTMLSCSS24507740
PHPOffice/PHPExcelPHP11.5k04.3k0
phpmd/phpmdPHPXSLTOther2.2k03830
canonical/cloud-initPythonShellMakefile2.3k+6768+5
Homebrew/homebrew-coreRuby12.8k011.8k0
FrancescoXX/100-days-of-Web3CSSSolidityJavaScript3.4k0552+2