I have a script that is writing an Excel file using the PEAR Spreadsheet_Excel_Writer package. Problem is the total file should have around 10,000 entries, but it only saves up to 5,990... and the script itself doesn't give me any errors. The error shows up when I try to open up the Excel file and it says its corrupt (although i can visualize the results).
The script runs for around 200 seconds, and I have set Apache's timeout to 500 and max_execution_time / max_input_time to 500 as well.
Is there something I'm missing out on here?
Cheers!