My dataentry team searches for records online and then copy paste some records. That goes in my DB and then through PHP code I am generating XLS file to download those records.
I am removing HTML tags from the input records. But from time to time I get some invalid chars because of which XLS file don't open and give an error.What is best solution to overcome this issue. Thanks.