I have a large .xlsx file (20mb) I need to read the data and create tab separated files.
I am having problems with loading this file (OutOfMemoryError) and java heap error by using cfspreadsheet
Update
- ColdFusion 10
- Java 7
I have a large .xlsx file (20mb) I need to read the data and create tab separated files.
I am having problems with loading this file (OutOfMemoryError) and java heap error by using cfspreadsheet
Update