Adrien Loison
76017f0949
Skipped cells are in wrong order
...
This only happens when no sheet's dimension is specified.
When filling empty cells with empty strings, we push these new cells with the correct cell index but they are added at the end of the cells array (normal PHP behavior). This means that we were going from `{[0] => 'A', [2] => 'C'}` to `{[0] => 'A', [2] => 'C', [1] => ''}`. We therefore need to sort the array to get the values in the correct order ( `{[0] => 'A', [1] => '', [2] => 'C'}`).
2021-05-14 23:01:36 +02:00
..
2015-09-01 10:53:49 -07:00
2015-09-01 10:53:49 -07:00
2018-10-23 13:33:39 +02:00
2015-01-15 18:14:07 -08:00
2016-05-19 10:37:48 -07:00
2019-07-20 16:48:51 +02:00
2015-07-26 23:53:49 -07:00
2017-11-11 15:25:12 +01:00
2015-01-15 18:14:07 -08:00
2015-07-27 00:49:43 -07:00
2017-04-28 02:27:33 +02:00
2015-03-27 16:54:56 -07:00
2017-03-28 14:36:15 +02:00
2016-07-11 19:03:37 +02:00
2016-06-16 10:06:11 -07:00
2015-01-15 18:14:07 -08:00
2015-07-02 19:35:23 +01:00
2016-09-24 10:46:42 -07:00
2016-07-20 20:12:00 -07:00
2017-11-04 16:33:46 +01:00
2015-10-23 16:04:38 -07:00
2016-05-19 13:10:47 -07:00
2015-01-15 18:14:07 -08:00
2021-05-14 23:01:36 +02:00
2021-05-14 23:01:36 +02:00
2016-10-17 10:20:02 -07:00
2015-04-16 13:00:02 -07:00
2015-05-29 09:01:28 -07:00
2015-07-13 00:29:59 -07:00
2016-07-11 18:15:55 +02:00
2021-05-14 22:36:34 +02:00
2015-01-26 11:22:09 -08:00
2015-05-28 17:59:30 -07:00
2017-07-25 14:16:22 +02:00
2016-05-29 22:16:59 -07:00
2015-04-16 14:51:48 -07:00
2015-01-15 18:14:07 -08:00
2017-07-25 14:16:22 +02:00
2015-10-23 16:04:38 -07:00
2021-05-13 12:16:20 +02:00
2016-04-07 08:58:54 +02:00
2016-03-19 11:34:31 +01:00
2015-01-15 18:14:07 -08:00
2015-01-15 18:14:07 -08:00
2017-11-11 11:11:47 +01:00
2017-04-15 21:40:19 +02:00
2015-04-29 00:27:45 -07:00
2015-01-15 18:14:07 -08:00
2015-01-15 18:14:07 -08:00
2016-01-08 08:42:29 -08:00
2019-03-24 22:53:28 +01:00
2019-03-24 22:53:28 +01:00