The Data is not being generated
I've installed the script in my local environment. I've added a few column that need to be generated as Excel file but not able to generate data and ended up at 'http://localhost:81/generatedata-3.3.1/generate.php'
What I missed while installing the script or do I need any further step to perform to get the data generated?
@MoAli191 Did you solve it ? I'm having the same problem.
I've created a new fork if you want to look ? It uses the newer version of PHPSpreadsheet rather than PHPExcel to generate an xlsx file.
The file Excel.class.php has been updated, PHPExcel directory has been removed, PHPoffice directory has been added and a vendor directory which is needed for PHPoffice.
You can just copy in the missing files into your setup and it should then work. (No warranties or anything though so please back everything up first!)