Files
PhpSpreadsheet/tests/PhpSpreadsheetTests
oleibman 9698573e32 getChartIndex
It requires an index to an array which needs to be supplied as a string, even though the array is indexed exclusively by int. It is called only once in the code base, by some inefficient code which becomes much simpler when restructured and eliminates the call altogether. It is not independently tested. The use case for its existence is not clear. It should probably just be deprecated. However, for now, I'm just allowing the parameter to be int|string, rather than just string, and adding tests.
2026-06-04 12:40:57 -07:00
..
2026-06-04 12:40:57 -07:00
2026-06-01 01:14:59 -07:00
2026-06-04 12:40:57 -07:00