PhpSpreadsheet/tests
Einar 7635b3f91a
Optimize applyFromArray by caching existing styles (#1785)
Prevent calling clone and getHashCode when not needed
because these calls are very expensive.

When applying styles to a range of cells can we cache the
styles we encounter along the way so we don't need to look
them up with getHashCode later.
2021-10-31 00:55:00 +09:00
..
PhpSpreadsheetTests Optimize applyFromArray by caching existing styles (#1785) 2021-10-31 00:55:00 +09:00
data Unexpected Format in Timestamp (#2332) 2021-10-23 18:23:53 -07:00
bootstrap.php 100% Coverage for Calculation/DateTime (#1870) 2021-02-27 20:43:22 +01:00