Tags: joachimVT/Laravel-Excel
Tags
Fix: NonEnglish garbled (SpartnerNL#1774) * Fix: NonEnglish garbled * Update: Change filename just for Microsoft Explore
Drop tempnam in favour or generating a random string (SpartnerNL#1752)
Handle array of array returned from map function. This is usefull for… ( SpartnerNL#1711) * Handle array of array returned from map function. This is usefull for create multiple row from single row. My use case is one booking have multiple rooms. * Remove unnecessary space and add isset. * Reset spaces as per library standard.
New concern with count (SpartnerNL#1682) * Added new concern WithCount. Allows export classes that implement the FromQuery concern, to provide their custom count implementation, instead of relying to the query's count. * Added tests for the WithCount concern. * Updated docs regarding the WithCount concern. * Removed code duplication and reduced LOC. * Fixed test on Laravel 5.5. * Package orchestra/database is needed for Laravel 5.5 builds. * Installing orchestra/database unconditionally. * Renamed trait WithCount to the more expressive WithCustomQuerySize. * Fixed some code styling issues. * ConsoleServiceProvider is always available. No need to check for its existence. * Renamed `count` to `querySize`. * Added explanatory comments in the `querySize` method's docblock.
PreviousNext