PackageTrack
Sign in Get early access

rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

v5.15.0 28M downloads/mo #831 most downloaded on Packagist rap2hpoutre/fast-excel

What this package is like to depend on

Last release 7 days ago

16 Aug 2026

Release timing varies

gaps range from 8 days to 13 months

Rarely documented

notes for 10 of 71 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

71 releases · first in 2018

9 releases in the last 12 months

see the full history below

Release timeline

69 releases · Apr 2018 to Aug 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 71
  1. v5.15.0 16 Aug 2026
    Release notes

    rightToLeft()

    XLSX exports can now open as proper right-to-left sheets. Column order, scroll direction and the grid all run right to left, which is what Arabic business documents expect.

    (new FastExcel($report))->rightToLeft()->export('report.xlsx');

    Multi-sheet exports are covered too: every sheet in a SheetCollection gets the setting, not just the first. Pass rightToLeft(false) to turn it back off. CSV and ODS ignore it, since neither format has an equivalent.

    Thanks to @moemadeldin for this one. He opened #420 explaining why configureWriterUsing() couldn't reach the setting (the sheet doesn't exist yet when that hook runs), then sent #421 with the fix and tests covering both the single-sheet and multi-sheet paths. The issue write-up did half the work.

    withSheetContext()

    importSheets() can now pass the sheet name to your callback, so the same field names can be treated differently depending on which sheet they came from.

    $sheets = (new FastExcel)
        ->withSheetContext()
        ->importSheets('file.xlsx', function ($sheetName, $row) {
            return $row + ['_sheet' => $sheetName];
        });

    Requested in #369 by @StarkOne, whose earlier patch shaped the final version.


    Full changelog: v5.14.0...v5.15.0

    Open source →
  2. v5.14.0 29 Jul 2026
    Release notes

    What's Changed

    Full Changelog: v5.13.0...v5.14.0

    Open source →
  3. v5.13.0 18 Jul 2026
    Release notes

    What's Changed

    • feat: limit imported rows with limitRows() (#248) by @elminson in #413
    • docs: refresh benchmarks (2026 numbers + comparison chart) by @elminson in #415
    • bench: measure streaming export/import paths (fix peak-memory reporting) by @elminson in #416
    • feat: exclude underscore-prefixed columns from export (#341) by @elminson in #412

    Full Changelog: v5.12.0...v5.13.0

    Open source →
  4. v5.12.0 05 Jul 2026
    Release notes

    What's Changed

    • ci: benchmark PRs against base (time + peak memory) by @elminson in #407
    • fix(ci): benchmark base run and compare steps were silently failing by @elminson in #408
    • perf: stream exports, faster transpose, simplified internals (-87% peak memory) by @elminson in #406
    • feat: add importLazy() for memory-efficient streaming imports (#374) by @elminson in #404

    Full Changelog: v5.11.0...v5.12.0

    Open source →
  5. v5.11.0 29 Jun 2026
    Release notes

    What's Changed

    • test: cover multi-sheet export with a Traversable per sheet (#252) by @elminson in #402
    • feat: style header columns individually (setHeaderColumnStyles) (#367) by @elminson in #403

    Full Changelog: v5.10.0...v5.11.0

    Open source →
  6. v5.10.0 29 Jun 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v5.9.0...v5.10.0

    Open source →
  7. v5.9.0 21 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v5.8.0...v5.9.0

    Open source →
  8. v5.8.0 21 Jun 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v5.7.0...v5.8.0

    Open source →
  9. v5.7.0 24 Mar 2026

    Nothing published for this version

  10. v5.6.0 18 Feb 2025

    Nothing published for this version

  11. v5.5.0 03 Jun 2024

    Nothing published for this version

  12. v5.4.0 06 Mar 2024

    Nothing published for this version

  13. v5.3.0 01 Sep 2023

    Nothing published for this version

  14. v5.2.0 13 Mar 2023

    Nothing published for this version

  15. v5.1.1 09 Feb 2023

    Nothing published for this version

  16. v5.1.0 02 Feb 2023

    Nothing published for this version

  17. v5.0.0 09 Dec 2022

    Nothing published for this version

  18. v4.1.0 21 Jul 2022

    Nothing published for this version

  19. v4.0.0 13 Jul 2022
    Release notes
    • Move from box/spout to openspout/openspout v3 | https://github.com/openspout/openspout
    • Fix phpunit tests
    • Add support to php 8.1
    • Integrated with Github Actions
    • Add auto dependabot merge
    Open source →
  20. v3.2.0 09 Feb 2022

    Nothing published for this version

  21. v3.1.0 13 Oct 2021

    Nothing published for this version

  22. v3.0.2 12 Oct 2021

    Nothing published for this version

  23. v3.0.1 29 Sep 2021

    Nothing published for this version

  24. v3.0.0 01 May 2021
    Release notes
    • add support for PHP 8
    • update PHPUnit to 6.4 to 9.5
    • update Spout from 2 to 3
    • (breaking change) drop support for PHP 7.1
    • (breaking change) remove setEndOfLineCharacter support for CSV
    Open source →
  25. v2.5.0 22 Feb 2021

    Nothing published for this version

  26. v2.4.0 06 Feb 2021

    Nothing published for this version

  27. v2.3.0 04 Jan 2021

    Nothing published for this version

  28. v2.2.0 27 Oct 2020

    Nothing published for this version

  29. v2.1.0 08 Sep 2020

    Nothing published for this version

  30. v2.0.1 08 Sep 2020

    Nothing published for this version

  31. v2.0.0 16 Jun 2020

    Nothing published for this version

  32. v1.7.0 20 Feb 2020

    Nothing published for this version

  33. v1.6.1 23 Dec 2019

    Nothing published for this version

  34. v1.5.0 03 Dec 2019

    Nothing published for this version

  35. v1.4.0 03 Dec 2019

    Nothing published for this version

  36. v1.3.2 03 Dec 2019

    Nothing published for this version

  37. v1.3.1 04 Sep 2019

    Nothing published for this version

  38. v1.3.0 30 Aug 2019

    Nothing published for this version

  39. v1.2.2 31 May 2019

    Nothing published for this version

  40. v1.2.1 27 Feb 2019

    Nothing published for this version

  41. v1.2.0 27 Feb 2019

    Nothing published for this version

  42. v1.1.0 09 Jan 2019

    Nothing published for this version

  43. v1.0.0 02 Jan 2019

    Nothing published for this version

  44. v0.12.0 19 Dec 2018

    Nothing published for this version

  45. v0.11.0 26 Oct 2018

    Nothing published for this version

  46. v0.10.1 04 Oct 2018

    Nothing published for this version

  47. v0.10.0 no date

    Nothing published for this version

  48. v0.9.0 05 Sep 2018

    Nothing published for this version

  49. v0.8.0 05 Sep 2018

    Nothing published for this version

  50. v0.7.0 28 Aug 2018

    Nothing published for this version

  51. v0.6.0 10 Jul 2018

    Nothing published for this version

  52. v0.5.0 10 Jul 2018

    Nothing published for this version

  53. v0.4.0 06 Jul 2018

    Nothing published for this version

  54. v0.3.2 28 May 2018

    Nothing published for this version

  55. v0.3.1 27 May 2018

    Nothing published for this version

  56. v0.3.0 27 May 2018

    Nothing published for this version

  57. v0.2.2 21 May 2018

    Nothing published for this version

  58. v0.2.1 17 May 2018

    Nothing published for this version

  59. v0.2.0 07 May 2018

    Nothing published for this version

  60. v0.1.3 11 Apr 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive