<?php touch('/tmp/test.xlsx'); var_dump(mime_content_type('/tmp/test.xlsx')); touch('/tmp/test-crlf.xlsx'); file_put_contents('/tmp/test-crlf.xlsx', "\r\n"); var_dump(mime_content_type('/tmp/test-crlf.xlsx'));
You have javascript disabled. You will not be able to edit any code.