Download Latest Version 5.0.0 source code.tar.gz (991.7 kB)
Email in envelope

Get an email when there's a new version of PhpSpreadsheet

Home / 5.0.0
Name Modified Size InfoDownloads / Week
Parent folder
5.0.0 source code.tar.gz 2025-08-10 991.7 kB
5.0.0 source code.zip 2025-08-10 1.3 MB
README.md 2025-08-10 2.0 kB
Totals: 3 Items   2.3 MB 42

Breaking Changes

  • Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via $reader->setAllowExternalImages(true). We do not believe that loading of external images is a widely used feature.
  • Deletion of items deprecated in Release 4. See "removed" below.
  • Move some properties from Base Reader to Html Reader. PR [#4551]
  • DefaultValueBinder will treat integers with more than 15 digits as strings. Issue [#4522] PR [#4527]

Removed

  • Theme public constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).

Fixed

Source: README.md, updated 2025-08-10