Commit Graph

61 Commits

Author SHA1 Message Date
Sergey Shuchkin f0cbc32af9 1.1.11 2022-02-12 03:04:46 +06:00
Sergey Shuchkin 121f1222c2 1.1.10 2022-02-05 18:32:10 +06:00
Sergey Shuchkin 40eb704eb2 1.0.23 2022-02-01 02:50:32 +06:00
Sergey Shuchkin 4005e8cbd1
Merge pull request #48 from appel/patch-1
added a ; in the Debug section.
2021-11-28 20:43:00 +06:00
appel 9d82a43fe6
added a ; in the Debug section. 2021-11-28 08:48:15 -05:00
Sergey Shuchkin 9a555eef9b 1.0.22 2021-10-29 03:37:04 +06:00
Sergey Shuchkin 79ffbb5e30 1.0.21 2021-09-20 00:51:25 +06:00
Sergey Shuchkin 868cf8edc0 1.0.21 2021-09-03 22:12:48 +06:00
Sergey Shuchkin 7f5c584772 1.0.20 2021-07-29 12:16:10 +06:00
Sergey Shuchkin 5b58103e3b 1.0.19 2021-07-28 22:01:02 +06:00
Sergey Shuchkin 6d49a90fe7 1.0.18 2021-07-28 05:06:23 +06:00
Sergey Shuchkin c8a94d552a 1.0.17 2021-07-28 01:45:25 +06:00
Sergey Shuchkin c9fa7da689 1.0.16 2021-07-01 03:03:57 +06:00
Sergey Shuchkin 0d059fdf6e 1.0.16 2021-07-01 03:01:35 +06:00
Sergey Shuchkin dcb5f8ad65 1.0.15 2021-06-22 00:57:29 +06:00
Sergey Shuchkin f970452779 1.0.14 2021-06-08 09:59:42 +06:00
Sergey Shuchkin 6abd0286bb 1.0.14 2021-06-08 09:51:10 +06:00
Sergey Shuchkin 8bfbe078db 1.0.13 2021-05-29 23:21:45 +06:00
Sergey Shuchkin 6ece83f9ce 1.0.12 2021-05-19 10:21:09 +06:00
Sergey Shuchkin 4f375a4c30 1.0.11 2021-05-14 16:52:30 +06:00
Sergey Shuchkin 41c6e7ca51
Merge pull request #34 from marcrobledo/marcrobledo-fix-percentage
fix percentage with decimals
2021-05-14 16:37:33 +06:00
Marc Robledo ef7b0fff02
fix percentage with decimals
make sign optional for percentage values with decimals
2021-05-14 10:55:07 +02:00
Sergey Shuchkin 860da7f493 1.0.10 2021-05-03 03:22:26 +06:00
Sergey Shuchkin eeec88dbf0 1.0.10 2021-05-03 03:19:14 +06:00
Sergey Shuchkin 1e866f82bf 1.0.10 2021-05-03 03:17:24 +06:00
Sergey Shuchkin 17098b57ef 1.0.10 2021-05-03 03:08:41 +06:00
Sergey Shuchkin ab49ffadd7 example $xlsx_content = (string) $xlsx 2021-03-01 00:09:42 +06:00
Sergey Shuchkin 99c6be2fb4 Added PHP Datetime object values in a cells 2021-02-26 21:45:38 +06:00
Sergey Shuchkin d1ccfc6f17 Added PHP Datetime object values in a cells 2021-02-26 21:39:13 +06:00
Sergey Shuchkin 21db9eca96 * percent 2021-02-26 12:55:41 +06:00
Sergey Shuchkin 8b6d0505b5 Fix local floats in XML 2021-01-25 22:43:37 +06:00
Sergey Shuchkin 205396b998 Fix local floats in XML 2021-01-25 22:19:37 +06:00
Sergey Shuchkin 42558401ef Multiple sheets support and class ready for extends now 2020-11-04 01:42:52 +06:00
Sergey Shuchkin 07d3e91c28
Merge pull request #14 from Savino59/master
added multisheet support (keeping it compatible to the original version)
2020-11-03 20:14:34 +06:00
Savino Rapillo 3abb47b9b4 added multisheet support (keeping it compatible to the original version) 2020-11-02 17:34:19 +01:00
Sergey Shuchkin 0fc338d802 update images 2020-10-17 01:13:17 +06:00
Sergey Shuchkin a8093b9d8e Merge remote-tracking branch 'origin/master' 2020-10-04 16:08:32 +06:00
Sergey Shuchkin a9219575df disable type detection 2020-10-04 16:08:12 +06:00
Sergey Shuchkin 476e083f29
Merge pull request #8 from jturbide/master
Fix invalid content
2020-08-28 00:26:29 +06:00
Julien Turbide db598d4ee4
Update SimpleXLSXGen.php 2020-08-26 17:15:14 -04:00
Sergey Shuchkin a551f6485b Long Numbers format 2020-08-23 15:07:29 +06:00
Sergey Shuchkin aafe6abd5b fixed fast shared strings index 2020-08-22 13:54:34 +06:00
Sergey Shuchkin 9b2c9d3e1c Fixed real numbers in 123.45 format detection, fast shared strings index 2020-08-21 21:57:02 +06:00
Sergey Shuchkin 9824e5b25d
Merge pull request #4 from fredriksundin/performance
Replace array_search to optimize large arrays
2020-08-21 21:40:15 +06:00
Fredrik Sundin c3d64d13ef Fix strict compare bug 2020-08-19 23:09:33 +00:00
Fredrik Sundin 22cbd84f3c Add strict compare 2020-08-19 22:48:12 +00:00
Fredrik Sundin 291b508143 Replace array_search to optimize large arrays 2020-08-19 22:41:08 +00:00
Sergey Shuchkin 5a4c04025a fixed time detection 2020-07-29 21:50:38 +06:00
Sergey Shuchkin 982de475c9
Merge pull request #2 from boryn/patch-1
Extension '.xlsx' outside of gmdate()
2020-07-16 13:38:30 +06:00
Michal Borychowski e92d3a5284
Extension '.xlsx' outside of gmdate() 2020-07-15 23:16:48 +02:00