Skip to content

Releases: DisWEBru/phpexcel

2.0.5

13 Feb 21:01

Choose a tag to compare

2.0.4

13 Feb 18:48

Choose a tag to compare

fix: Implicit conversion from float {Number} to int loses precision in PHPExcel/Writer/Excel2007/StringTable.php #9
@redbrad0 thanks for the help

2.0.3

30 Apr 17:53

Choose a tag to compare

fixed handling of null in PHPExcel_Shared_String::CountCharacters. #7
@redbrad0 thanks for the help

2.0.2

30 Apr 08:23

Choose a tag to compare

fixed: passing null to htmlspecialchars in PHPExcel_Writer_HTML::generateRow. #5, #6. a few code edits
@redbrad0 thanks for the help

2.0.1

29 Apr 17:46

Choose a tag to compare

fixed error: Implicit conversion from float to int loses precision #2
fixed: Passing null to parameter 1 () of type string is deprecated. #3
fixed outdated way to get character from string in columnIndexFromString
fixed: Implicit conversion from float to int loses precision in stringFromColumnIndex. #4
@redbrad0 thanks for the help

2.0.0

13 Apr 10:03

Choose a tag to compare

Addressed 'PHP Deprecated' notices #1. Removed support for PHP 7.0, added support for PHP 8.1,8.2,8.3

1.0.6

19 Jan 05:56

Choose a tag to compare

fixed outdated obtaining of character by ++index from string

1.0.5

19 Jan 05:55

Choose a tag to compare

fixed outdated obtaining of character by index+1 from string

1.0.4

19 Jan 05:52

Choose a tag to compare

fixed outdated obtaining of character by index from string

1.0.3

19 Jan 05:42

Choose a tag to compare

fixed obsolete getting character from string