Petr Skoda
816596183f
Add full support for PHP 8.0
...
Unfortunately due to PHPUnit 8.5 dependency
this also drops support for PHP 7.1
2021-02-08 14:31:55 +01:00
Adrien Loison
16a2f91a22
Cell indexes not being respected when rendering row
...
Fixes #682
When calling `Row::setCellIndex`, it's possible to create a Row with holes.
Instead of iterating over existing cells of a Row, we should instead use the cell indexes (from 0 to max cell index).
2019-09-28 14:02:23 +00:00
madflow
738ea30f35
use expectNotToPerformAssertions
2018-10-08 10:09:47 +02:00
Adrien Loison
f7c483adbd
Better support for errored cells
2018-06-03 22:31:24 +02:00
madflow
01ad5af2c5
fix risky tests and assert true for silent tests
2018-03-25 15:35:19 +02:00
madflow
29cf6245a1
added Row::getCellAtIndex method
2018-02-14 21:32:10 +01:00
madflow
21e0e9e6b1
implement Cell:isDate() for unification
2018-01-16 14:22:37 +01:00
Gabriel Caruso
4c7adbb33f
Refactoring tests
2017-12-15 10:09:18 +01:00
Gabriel Caruso
0efdf48119
Support PHPUnit 6
2017-11-27 00:24:13 +01:00
Adrien Loison
f5168114d0
Merge Reader and Writer entities
...
Merged Cell/Row/Style entities
2017-11-19 02:54:17 +01:00