create .xlsx file using cfspreadsheet with more than 200K records in CF 10
Hello,
I am trying to create an excel sheet (xlsx) using cfspreadsheet which gets data through a query object (SQL Server) having more than 200K records. When attempting to do that the cfm page just runs for few minutes (have set timeout for the page as 3600s) and stop processing further without any error and at the same time the excel sheet does not get created.
The requirement is to let user download the excel sheet with very large number of records whenever they want, no fix schedule for it.
Note: For another instance, upon dumping the SQL query object alone on the page it displays the records (in this case approx. 80K) successfully in a minute (approx.) however, cfspreadsheet does not work for this even.
Any advise / thoughts would be greatly appreciated.
Thank you.
