We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#5634 - spreadsheets: Replace Spout with another library
(Note they do not "support" PHP 7 in version 4 so will need to test if this will work in 7.2. Can't use v3 because that doesn't support PHP 8 [well, it does, but with deprecation errors].)
Given this is a non-bundled addon we are under no obligation to support the same range of PHP versions that Composr core supports, esp older ones the PHP community doesn't support. It just needs the PHP minimum version specifying in the addon_registry hook (requires).
Done, but temporarily leaving this open because OpenSpout has a bunch of developer libraries in their Composer; see if we can get rid of these to reduce file size.
https://github.com/openspout/openspout
(Note they do not "support" PHP 7 in version 4 so will need to test if this will work in 7.2. Can't use v3 because that doesn't support PHP 8 [well, it does, but with deprecation errors].)