I using laravel excel to do import and export excel file, it is good on local,
but when I push it to hosting, the excel file exported can be import,
but after I edit with WPS office,
it show mime type as application octet-steam that always fail on validation.
@yuyenkan Try exporting with another office suite... like LibreOffice... I know that's a pain in the ass, but it might be an issue with WPS Office not setting something in the file correctly or using a proprietary implementation of Excel format.
At least you'll know if this is a problem with your app or a problem with WPS Office by trying that.