Johan Fredrik Varen
Results
1
issues of
Johan Fredrik Varen
Running the following code ```php SimpleXLSXGen::fromArray([ ['Foo', 'Bar', 'Baz'], ])->saveAs('simple.xlsx'); SimpleXLSX::parse('simple.xlsx'); ``` ... will produce the following PHP error: `foreach() argument must be of type array|object, null given` Call stack:...