sonkwl

Results 1 issues of sonkwl

## My code. ```php $write=IOFactory::createWriter($spreadsheet,"Xlsx"); $write->save("php://output"); ``` ## Specific errors are reported as follows ```php Fatal error: Uncaught TypeError: ZipStream\ZipStream::__construct(): Argument #1 ($operationMode) must be of type ZipStream\OperationMode, null given,...