shuchkin/simplexlsxgen
Export data to Excel XLSx file. PHP XLSX generator.
1.5.17
2.6M downloads/mo
#2710 most downloaded on Packagist
shuchkin/simplexlsxgen
What this package is like to depend on
Last release 3 months ago
03 May 2026
Ships fairly regularly
a new release about every 3 months
Most releases are documented
notes for 53 of 64 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
64 releases · first in 2020
5 releases in the last 12 months
see the full history below
Release timeline
64 releases · May 2020 to May 2026Releases
latest 60 of 64-
1.5.1703 May 2026Nothing published for this version
-
1.5.1623 Apr 2026Nothing published for this version
-
1.5.1512 Mar 2026Nothing published for this version
-
1.5.1411 Mar 2026Nothing published for this version
-
1.5.1224 Oct 2025Nothing published for this version
-
1.5.1109 Aug 2025Nothing published for this version
-
1.5.1007 Jul 2025Nothing published for this version
-
1.4.1528 May 2025Nothing published for this version
-
1.4.1406 Mar 2025Nothing published for this version
-
1.4.1313 Oct 2024Nothing published for this version
-
1.4.1228 Jul 2024 -
1.4.1107 Feb 2024 -
1.4.1030 Dec 2023Release notes
Open source →- added SimpleXLSXGen::create($title = null) to create empty book with title
- added SimpleXLSXGen::save to save xlsx in current folder as
title.xslx orcurdate.xlsx - SimpleXLSXGen::esc and SimpleXLSXGen::date2excel static now
- added examples SimpleXLSXGen::create, SimpleXSLXGen::raw, SimpleXLSXGen:save in README.md
- fixed fpassthru disabled issue
- fixed empty book, A1 empty now, text No data removed
- thx Javier
-
1.3.2012 Dec 2023 -
1.3.1911 Dec 2023Nothing published for this version
-
1.3.1801 Dec 2023 -
1.3.1702 Oct 2023 -
1.3.1612 Sep 2023 -
1.3.1519 Apr 2023Release notes
Open source →- added meta: setTitle, setSubject, setAuthor, setCompany, setManager, setKeywords, setDescription, setCategory, setApplication, setLastModifiedBy. Thx Oleg Kosarev
-
1.3.1418 Apr 2023 -
1.3.1310 Apr 2023Release notes
Open source →$xlsx->rightToLeft()- RTL mode. Column A is on the far right, Column B is one column left of Column A, and so on. Also, information in cells is displayed in the Right to Left format.
-
1.3.1231 Mar 2023Release notes
Open source →<style font-size="32">Big Text</style>- font size in cells, thx Andrew Robinson
-
1.3.1128 Mar 2023Release notes
Open source →- freezePanes( corner_cell ) - freezePanes to keep an area of a worksheet visible while you scroll, corner_cell is not included, thx Javier
-
1.3.1014 Dec 2022Release notes
Open source →- added borders
<style border="medium">Black Border</style>see colored examples - added formulas
<f v="100">SUM(B1:B10)</f>see examples - added internal links
<a href="sheet2!A1">Go to page 2</a> - added custom number formats
<style nf=""£"#,##0.00">500</style> - added 3 currencies
$data = [ ['$100.23', '2000.00 €', '1200.30 ₽'] ];
- added borders
-
1.2.1612 Aug 2022 -
1.2.1505 Jul 2022 -
1.2.1410 Jun 2022 -
1.2.1301 Jun 2022 -
1.2.1217 May 2022 -
1.2.1130 Apr 2022 -
1.2.1024 Apr 2022Release notes
Open source →- Added colors
<style color="#FFFF00" bgcolor="#00FF00">Yellow text on blue background</style>, thx mrjemson
- Added colors
-
1.1.1215 Mar 2022 -
1.1.1111 Feb 2022 -
1.1.1005 Feb 2022 -
1.0.2331 Jan 2022 -
1.0.2228 Oct 2021 -
1.0.2103 Sep 2021 -
1.0.2029 Jul 2021 -
1.0.1928 Jul 2021 -
1.0.1827 Jul 2021 -
1.0.1727 Jul 2021 -
1.0.1630 Jun 2021 -
1.0.1521 Jun 2021 -
1.0.1408 Jun 2021Release notes
Open source →- Added mailto hyperlinks support (thx Howard Martin)
SimpleXLSXGen::fromArray([ ['Mailto hyperlink', '<a href="mailto:[email protected]">Please email me</a>'] ])->saveAs('test.xlsx'); -
1.0.1329 May 2021 -
1.0.1219 May 2021 -
1.0.1114 May 2021 -
1.0.1002 May 2021 -
0.9.2526 Feb 2021 -
0.9.2426 Feb 2021 -
0.9.2325 Jan 2021 -
0.9.2203 Nov 2020 -
0.9.2116 Oct 2020 -
0.9.2004 Oct 2020 -
0.9.1923 Aug 2020 -
0.9.1822 Aug 2020 -
0.9.1721 Aug 2020Release notes
Open source →- Fixed real numbers in 123.45 format detection, fast shared strings index (thx fredriksundin)
-
0.9.1629 Jul 2020 -
0.9.1514 Jul 2020 -
0.9.1431 May 2020