The solution of Fatal Error: Allowed Memory Size of 134217728 bytes exhausted (Tried to allocate 35 bytes) appears in the PHP operation!
In the process of importing excel files, this kind of problem occurs because the memory allocated to the php program is insufficient, so it is necessary to set the one in php.ini:
Memory_limit = 512M, after setting it to 512M, restart the server, you can run normally!