Skip to content

Bump maatwebsite/excel from 3.1.35 to 3.1.40

Created by: dependabot[bot]

Bumps maatwebsite/excel from 3.1.35 to 3.1.40.

Release notes

Sourced from maatwebsite/excel's releases.

3.1.40

What's Changed

  • Expose the ability to set custom response headers when exporting collections by @​andrew-belac in SpartnerNL/Laravel-Excel#3605
  • Adds WithDefaultStyles concern to allow configuring the workbook default styles.
  • Adds WithBackgroundColor concern to allow configuring the workbook default background color.

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.39...3.1.40

3.1.39

What's Changed

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.38...3.1.39

3.1.38

What's Changed

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.37...3.1.38

3.1.37

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md

3.1.36

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from maatwebsite/excel's changelog.

[3.1.40] - 2022-05-02

Changed

  • Adds WithDefaultStyles concern to allow configuring the workbook default styles.
  • Adds WithBackgroundColor concern to allow configuring the workbook default background color.
  • Expose the ability to set custom response headers when exporting collections via Exportable

[3.1.39] - 2022-04-23

Fixed

  • Fix PHP8.1 return type for Failure class (#3588)

[3.1.38] - 2022-03-24

Changed

  • Adds concern WithGroupedHeadingRow to allow imported sheets to group the values of columns with the same header in an array

Fixed

  • Fix for prepareForValidation callback not being called when using SkipsEmptyRows

[3.1.37] - 2022-02-28

Fixed

  • Add @mixin docblock to all macroable classes to allow for IDE autocompletion of delegate classes
  • Fix issue with Excel::toArray not allowing nullable reader types for uploaded files

Changed

  • Change default Csv Import to auto-detect the delimiter when not explicitly defined

[3.1.36] - 2022-02-03

Fixed

  • Fix return type of FromQuery::query()

Changed

  • Support Laravel 9
  • Added a config setting to specify DB connection
  • Added a config setting to specify CSV output encoding
  • Added an ability to specify CSV ouput encoding through csvSettings
Commits
  • 8a54972 Update CHANGELOG.md
  • b9fb1b2 Update changelog
  • 06fd479 Apply fixes from StyleCI
  • f294142 Add a WithBackgroundColor concern
  • 305eccd Add WithDefaultStyles concern to configure the default workbook styles
  • b45abab Expose the ability to set custom response headers via the DownloadCollection ...
  • 5165334 Update CHANGELOG.md
  • 91823a6 Fix PHP Deprecated #3588 (#3599)
  • 0ea2dc1 Apply fixes from StyleCI
  • dff132c Update CHANGELOG.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports