DownloadChangelog
1.2.10 (2022-04-24)
-
Added colors `<style color="#FFFF00" bgcolor="#00FF00">Yellow text on blue background</style>`, thx mrjemson
1.1.12 (2022-03-15)
-
Added `$xlsx->mergeCells('A1:C1')`
1.1.11 (2022-02-05)
-
sheet name maximum length is 31 chars, mb_substr used now
-
license fixed
1.1.10 (2022-02-05)
-
namespace added, use Shuchkin\SimpleXLSXGen
1.0.23 (2022-02-01)
-
fixed dates if year < 1900 and time only cells, thx fapth
1.0.22 (2021-10-29)
-
Escape \x00 and \x0B (vertical tab)
1.0.21 (2021-09-03)
-
Fixed saveAs / downloadAs / etc methods more than once
1.0.20 (2021-07-29)
-
Fixed sheet names duplicates (Page, Page (1), Page (2)...)
1.0.19 (2021-07-28)
-
Fixed sheet names duplicates
1.0.18 (2021-07-28)
1.0.17 (2021-07-28)
-
Fixed " and & in sheets names
1.0.16 (2021-07-01)
-
Fixed "&" in hyperlinks
1.0.15 (2021-06-22)
-
Fixed mailto hyperlinks detection
1.0.14 (2021-06-08)
1.0.12 (2021-05-19)
1.0.11 (2021-05-14)
-
Fixed 0.00% format, thx marcrobledo, more examples in README.md
1.0.10 (2021-05-03)
Stable release
-
Added hyperlinks and minimal formatting
0.9.25 (2021-02-26)
-
Added PHP Datetime object values in a cells
0.9.24 (2021-02-26)
0.9.23 (2021-01-25)
0.9.22 (2020-11-04)
-
Added multiple sheets support, thx Savino59, class ready for extend now
0.9.21 (2020-10-17)
0.9.20 (2020-10-04)
-
Disable type detection if string started with chr(0)
0.9.19 (2020-08-23)
-
Numbers like SKU right aligned now
0.9.18 (2020-08-22)
-
Fixed fast shared strings index
0.9.17 (2020-08-21)
-
Fixed real numbers in 123.45 format detection, fast shared strings index (thx fredriksundin)
0.9.16 (2020-07-29)
-
Fixed time detection in HH:MM:SS format
0.9.15 (2020-07-14)
-
Escape of shared strings for special chars in cells #1
0.9.14 (2020-05-31)
-
Fixed num2name A-Z,AA-AZ column names, thx Ertan Yusufoglu
0.9.13 (2020-05-21)
-
If string more 160 chars, save as inlineStr
0.9.12 (2020-05-21)
0.9.11 (2020-05-21)
-
Removed XML unimportant attributes
0.9.10 (2020-05-20)
|