Question
cfspreadsheet out of memory for large Excel xlsx files
cfspreadsheet is used to read a large Excel (xlsx) file with more than 200,000 records always results in out of memory error "GC overhead limit exceeded The specific sequence of files included or processed"
"javax.servlet.ServletException: ROOT CAUSE:
java.lang.OutOfMemoryError: GC overhead limit exceeded"
Is there an alternative way to read large Excel file with ColdFusion? I'm having ColdFusion 10.
Thank you.
